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