2 references to NotIn
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlParser.cs (1)
2782yyval = new BuiltInExpr(BuiltInKind.NotIn, Terminal(val_peek(2)).Token, (Node)val_peek(3), (Node)val_peek(0));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4788builtInExprConverter.Add(AST.BuiltInKind.NotIn, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr)