1 write to m_leftKeySelectors
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_leftKeySelectors
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (3)
82m_leftPlaceholderKey = ExtractKey(m_left.Placeholder, m_leftKeySelectors, m_parent); 260JoinDictionary leftDeletes = ProcessKeys(m_left.Deleted, m_leftKeySelectors); 261JoinDictionary leftInserts = ProcessKeys(m_left.Inserted, m_leftKeySelectors);