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