2 references to ExpressionIsNullConstant
System.Data.Entity (2)
System\Data\Objects\ELinq\Translator.cs (2)
1010
bool leftIsNull =
ExpressionIsNullConstant
(linqLeft);
1011
bool rightIsNull =
ExpressionIsNullConstant
(linqRight);