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