1 write to nullabilityRules
System.Data.Entity (1)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
680nullabilityRules = new List<InternalTrees.Rule>();
7 references to nullabilityRules
System.Data.Entity (7)
System\Data\Query\PlanCompiler\TransformationRules.cs (7)
678if (nullabilityRules == null) 681nullabilityRules.Add(ScalarOpRules.Rule_IsNullOverVarRef); 682nullabilityRules.Add(ScalarOpRules.Rule_AndOverConstantPred1); 683nullabilityRules.Add(ScalarOpRules.Rule_AndOverConstantPred2); 684nullabilityRules.Add(ScalarOpRules.Rule_SimplifyCase); 685nullabilityRules.Add(ScalarOpRules.Rule_NotOverConstantPred); 687return nullabilityRules;