1 write to m_left
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
59m_left = left;
5 references to m_left
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (5)
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); 277result.Placeholder = CreateResultTuple(Tuple.Create((CompositeKey)null, m_left.Placeholder), Tuple.Create((CompositeKey)null, m_right.Placeholder), result); 441return PlaceholderPopulator.Populate(m_left.Placeholder, key, m_leftPlaceholderKey, mode, m_parent.UpdateTranslator);