1 write to m_parent
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
62m_parent = parent;
10 references to m_parent
System.Data.Entity (10)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (10)
82m_leftPlaceholderKey = ExtractKey(m_left.Placeholder, m_leftKeySelectors, m_parent); 83m_rightPlaceholderKey = ExtractKey(m_right.Placeholder, m_rightKeySelectors, m_parent); 268.Distinct(m_parent.UpdateTranslator.KeyComparer); 321stateEntries.AddRange(SourceInterpreter.GetAllStateEntries(r.Item2, this.m_parent.m_updateTranslator, 322this.m_parent.m_table)); 404CompositeKey mergedKey = leftKey.Merge(m_parent.m_updateTranslator.KeyManager, rightKey); 441return PlaceholderPopulator.Populate(m_left.Placeholder, key, m_leftPlaceholderKey, mode, m_parent.UpdateTranslator); 453return PlaceholderPopulator.Populate(m_right.Placeholder, key, m_rightPlaceholderKey, mode, m_parent.UpdateTranslator); 468var hash = new JoinDictionary(m_parent.UpdateTranslator.KeyComparer); 472CompositeKey key = ExtractKey(instance, keySelectors, m_parent);