1 write to m_rightKeySelectors
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
79
JoinConditionVisitor.GetKeySelectors(node.JoinCondition, out m_leftKeySelectors, out
m_rightKeySelectors
);
3 references to m_rightKeySelectors
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (3)
83
m_rightPlaceholderKey = ExtractKey(m_right.Placeholder,
m_rightKeySelectors
, m_parent);
262
JoinDictionary rightDeletes = ProcessKeys(m_right.Deleted,
m_rightKeySelectors
);
263
JoinDictionary rightInserts = ProcessKeys(m_right.Inserted,
m_rightKeySelectors
);