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