2 references to NullabilityRules
System.Data.Entity (2)
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
615
internal static readonly ReadOnlyCollection<ReadOnlyCollection<InternalTrees.Rule>> NullabilityRulesTable = BuildLookupTableForRules(
NullabilityRules
);
667
postJoinEliminationRules.AddRange(
NullabilityRules
);