1 write to m_right
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
60
m_right
= right;
5 references to m_right
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (5)
83
m_rightPlaceholderKey = ExtractKey(
m_right
.Placeholder, m_rightKeySelectors, m_parent);
262
JoinDictionary rightDeletes = ProcessKeys(
m_right
.Deleted, m_rightKeySelectors);
263
JoinDictionary rightInserts = ProcessKeys(
m_right
.Inserted, m_rightKeySelectors);
277
result.Placeholder = CreateResultTuple(Tuple.Create((CompositeKey)null, m_left.Placeholder), Tuple.Create((CompositeKey)null,
m_right
.Placeholder), result);
453
return PlaceholderPopulator.Populate(
m_right
.Placeholder, key, m_rightPlaceholderKey, mode, m_parent.UpdateTranslator);