8 references to NotEqual
System.Core (2)
Microsoft\Scripting\Ast\BinaryExpression.cs (2)
895return NotEqual(left, right, liftToNull, method); 999return NotEqual(left, right, false, null);
System.Data.Entity (2)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (2)
157return Expression.NotEqual(m.Arguments[0], m.Arguments[1], LiftToNull, m.Method); 462result = Expression.NotEqual(left, right, LiftToNull, relationalOperatorPlaceholderMethod);
System.Data.Services (2)
System\Data\Services\OpenTypes\OpenTypeMethods.cs (1)
662return Expression.NotEqual(
System\Data\Services\Parsing\RequestQueryParser.cs (1)
914return Expression.NotEqual(left, right, false, ExpressionParser.ByteArrayNotEqualMethod);
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (2)
263return Expression.NotEqual(visited.Arguments[0], visited.Arguments[1], LiftToNull, visited.Method); 544result = Expression.NotEqual(left, right, LiftToNull, relationalOperatorPlaceholderMethod);