3 references to Rules
System.Data.Entity (3)
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
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.