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