2 references to IsNullLiteral
System.Data.Entity (2)
System\Data\Common\EntitySql\AST\Literal.cs (1)
248
_type =
IsNullLiteral
? null : _computedValue.GetType();
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
606
if (literal.
IsNullLiteral
)