6 references to ScalarOpRules
System.Data.Entity (6)
System\Data\Query\PlanCompiler\TransformationRules.cs (6)
639allRules.AddRange(ScalarOpRules.Rules); 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);