Skip to content

Commit

Permalink
Merge branch 'feature/RMLNQ-115-Support-For-Microsoft.VisualBasic.Com…
Browse files Browse the repository at this point in the history
…pilerServices.EmbededOperators-2ndTry' into develop
  • Loading branch information
MichaelKetting committed Aug 12, 2017
2 parents e625b4c + 50f7375 commit 244c582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Remotion.Linq.Parsing.ExpressionVisitors.Transformation.PredefinedTran
public class VBCompareStringExpressionTransformer : IExpressionTransformer<BinaryExpression>
{
private const string c_vbOperatorsClassName = "Microsoft.VisualBasic.CompilerServices.Operators";
private const string c_vbEmbeddedOperatorsClassName = "Microsoft.VisualBasic.CompilerServices.EmbededOperators";
private const string c_vbEmbeddedOperatorsClassName = "Microsoft.VisualBasic.CompilerServices.EmbeddedOperators";
private const string c_vbCompareStringOperatorMethodName = "CompareString";

private static readonly MethodInfo s_stringCompareToMethod =
Expand Down

0 comments on commit 244c582

Please sign in to comment.