4 references to ApplyTransformations
System.Data.Entity (4)
System\Data\Query\PlanCompiler\PlanCompiler.cs (4)
349bool projectionPrunningNeeded = ApplyTransformations(ref beforeTransformationRules1, TransformationRulesGroup.All); 355ApplyTransformations(ref beforeTransformationRules2, TransformationRulesGroup.Project); 366ApplyTransformations(ref beforeTransformationRules3, TransformationRulesGroup.PostJoinElimination); 371ApplyTransformations(ref beforeTransformationRules4, TransformationRulesGroup.PostJoinElimination);