2 references to IsNotNull
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlParser.cs (1)
2831
yyval = new BuiltInExpr(BuiltInKind.
IsNotNull
, "IsNotNull", (Node)val_peek(3));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4860
builtInExprConverter.Add(AST.BuiltInKind.
IsNotNull
, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr)