1 write to s_leftOuterJoinDeleteRules
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
121s_leftOuterJoinDeleteRules = new Dictionary<Ops, Ops>(EqualityComparer<Ops>.Default);
2 references to s_leftOuterJoinDeleteRules
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (2)
75m_deleteRules = s_leftOuterJoinDeleteRules; 235s_leftOuterJoinDeleteRules.Add(input, lojDelete);