4 references to Null
System.Data.Entity (4)
System\Data\Common\EntitySql\AST\Literal.cs (2)
134
return _literalKind == LiteralKind.
Null
;
239
case LiteralKind.
Null
:
System\Data\Common\EntitySql\CqlLexerHelpers.cs (1)
548
Debug.Assert(literalKind != AST.LiteralKind.
Null
, "literalKind must not be LiteralKind.Null");
System\Data\Common\EntitySql\CqlParser.cs (1)
3393
yyval = new Literal(null, LiteralKind.
Null
, _query, TerminalPos(val_peek(0)));