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