8 references to ProjectOpRules
System.Data.Entity (8)
System\Data\Query\PlanCompiler\TransformationRules.cs (8)
601internal static readonly ReadOnlyCollection<ReadOnlyCollection<InternalTrees.Rule>> ProjectRulesTable = BuildLookupTableForRules(ProjectOpRules.Rules); 641allRules.AddRange(ProjectOpRules.Rules); 663postJoinEliminationRules.AddRange(ProjectOpRules.Rules); //these don't use key info per-se, but can help after the distinct op rules. 735rulesRequiringProjectionPruning.Add(ProjectOpRules.Rule_ProjectWithNoLocalDefs); 2394ProjectOpRules.Rule_ProjectOpWithNullSentinel, 2395ProjectOpRules.Rule_ProjectOpWithSimpleVarRedefinitions, 2396ProjectOpRules.Rule_ProjectOverProject, 2397ProjectOpRules.Rule_ProjectWithNoLocalDefs,