4 references to ApplyTransformations
System.Data.Entity (4)
System\Data\Query\PlanCompiler\PlanCompiler.cs (4)
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);