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