6 references to ScalarOpRules
System.Data.Entity (6)
System\Data\Query\PlanCompiler\TransformationRules.cs (6)
639
allRules.AddRange(
ScalarOpRules
.Rules);
681
nullabilityRules.Add(
ScalarOpRules
.Rule_IsNullOverVarRef);
682
nullabilityRules.Add(
ScalarOpRules
.Rule_AndOverConstantPred1);
683
nullabilityRules.Add(
ScalarOpRules
.Rule_AndOverConstantPred2);
684
nullabilityRules.Add(
ScalarOpRules
.Rule_SimplifyCase);
685
nullabilityRules.Add(
ScalarOpRules
.Rule_NotOverConstantPred);