1 write to m_reapplyNullabilityRules
System.Data.Entity (1)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
511this.m_reapplyNullabilityRules = true;
2 references to m_reapplyNullabilityRules
System.Data.Entity (2)
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
50internal bool ReapplyNullabilityRules { get { return this.m_reapplyNullabilityRules; } } 509if (!this.m_reapplyNullabilityRules && TransformationRules.RulesRequiringNullabilityRulesToBeReapplied.Contains(rule))