9 references to TransformationRulesGroup
System.Data.Entity (9)
System\Data\Query\PlanCompiler\PlanCompiler.cs (5)
349bool projectionPrunningNeeded = ApplyTransformations(ref beforeTransformationRules1, TransformationRulesGroup.All); 355ApplyTransformations(ref beforeTransformationRules2, TransformationRulesGroup.Project); 366ApplyTransformations(ref beforeTransformationRules3, TransformationRulesGroup.PostJoinElimination); 371ApplyTransformations(ref beforeTransformationRules4, TransformationRulesGroup.PostJoinElimination); 408private bool ApplyTransformations(ref string dumpString, TransformationRulesGroup rulesGroup)
System\Data\Query\PlanCompiler\TransformationRules.cs (4)
763internal static bool Process(PlanCompiler compilerState, TransformationRulesGroup rulesGroup) 768case TransformationRulesGroup.All: 771case TransformationRulesGroup.PostJoinElimination: 774case TransformationRulesGroup.Project: