1 write to m_rightKeySelectors
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
79JoinConditionVisitor.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)
83m_rightPlaceholderKey = ExtractKey(m_right.Placeholder, m_rightKeySelectors, m_parent); 262JoinDictionary rightDeletes = ProcessKeys(m_right.Deleted, m_rightKeySelectors); 263JoinDictionary rightInserts = ProcessKeys(m_right.Inserted, m_rightKeySelectors);