2 references to IsRowTypeCaseOpWithNullability
System.Data.Entity (2)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1922
bool canSimplifyPrecheck = PlanCompilerUtil.
IsRowTypeCaseOpWithNullability
(op, n, out thenClauseIsNull);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1200
if (PlanCompilerUtil.
IsRowTypeCaseOpWithNullability
(op, n, out thenClauseIsNull))