1 write to s_leftOuterJoinDeleteRules
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
121
s_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)
75
m_deleteRules =
s_leftOuterJoinDeleteRules
;
235
s_leftOuterJoinDeleteRules
.Add(input, lojDelete);