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