5 references to VisitIsNullExpression
System.Data.Entity (5)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (5)
289
/// Set when it is is safe to ignore the unicode/non-unicode aspect. See <see cref="
VisitIsNullExpression
"/> for an example.
1588
/// <see cref="
VisitIsNullExpression
"/>
1596
return
VisitIsNullExpression
(e, false);
1798
return
VisitIsNullExpression
(isNullExpression, true);
1977
sqlBuilder.Append(
VisitIsNullExpression
(isNullExpression, false)); // We never try to build IN with a NOT in the tree