12 references to Equal
System.Core (4)
Microsoft\Scripting\Ast\BinaryExpression.cs (2)
893return Equal(left, right, liftToNull, method); 952return Equal(left, right, false, null);
Microsoft\Scripting\Ast\SwitchExpression.cs (1)
265var equal = Equal(switchValue, firstTestValue, false, comparison);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
196EmitExpressionAndBranch(true, Expression.Equal(switchValue, testValue, false, node.Comparison), labels[i]);
System.Data.Entity (3)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (3)
154return Expression.Equal(m.Arguments[0], m.Arguments[1], LiftToNull, m.Method); 234return Expression.Equal(m.Arguments[0], m.Arguments[1], false, m.Method); 458result = Expression.Equal(left, right, LiftToNull, relationalOperatorPlaceholderMethod);
System.Data.Services (2)
System\Data\Services\OpenTypes\OpenTypeMethods.cs (1)
569return Expression.Equal(
System\Data\Services\Parsing\RequestQueryParser.cs (1)
895return Expression.Equal(left, right, false, ExpressionParser.ByteArrayEqualMethod);
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (3)
260return Expression.Equal(visited.Arguments[0], visited.Arguments[1], LiftToNull, visited.Method); 340return Expression.Equal(visited.Arguments[0], visited.Arguments[1], false, visited.Method); 540result = Expression.Equal(left, right, LiftToNull, relationalOperatorPlaceholderMethod);