3 references to TransformationRules
System.Data.Entity (3)
System\Data\Query\PlanCompiler\PlanCompiler.cs (1)
413return TransformationRules.Process(this, rulesGroup);
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
505if (!this.m_projectionPrunningRequired && TransformationRules.RulesRequiringProjectionPruning.Contains(rule)) 509if (!this.m_reapplyNullabilityRules && TransformationRules.RulesRequiringNullabilityRulesToBeReapplied.Contains(rule))