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