1 write to nullabilityRules
System.Data.Entity (1)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
680
nullabilityRules
= new List<InternalTrees.Rule>();
7 references to nullabilityRules
System.Data.Entity (7)
System\Data\Query\PlanCompiler\TransformationRules.cs (7)
678
if (
nullabilityRules
== null)
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);
687
return
nullabilityRules
;