4 references to BuildLookupTableForRules
System.Data.Entity (4)
System\Data\Query\PlanCompiler\TransformationRules.cs (4)
595
internal static readonly ReadOnlyCollection<ReadOnlyCollection<InternalTrees.Rule>> AllRulesTable =
BuildLookupTableForRules
(AllRules);
601
internal static readonly ReadOnlyCollection<ReadOnlyCollection<InternalTrees.Rule>> ProjectRulesTable =
BuildLookupTableForRules
(ProjectOpRules.Rules);
608
internal static readonly ReadOnlyCollection<ReadOnlyCollection<InternalTrees.Rule>> PostJoinEliminationRulesTable =
BuildLookupTableForRules
(PostJoinEliminationRules);
615
internal static readonly ReadOnlyCollection<ReadOnlyCollection<InternalTrees.Rule>> NullabilityRulesTable =
BuildLookupTableForRules
(NullabilityRules);