4 references to ProcessKeys
System.Data.Entity (4)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (4)
260
JoinDictionary leftDeletes =
ProcessKeys
(m_left.Deleted, m_leftKeySelectors);
261
JoinDictionary leftInserts =
ProcessKeys
(m_left.Inserted, m_leftKeySelectors);
262
JoinDictionary rightDeletes =
ProcessKeys
(m_right.Deleted, m_rightKeySelectors);
263
JoinDictionary rightInserts =
ProcessKeys
(m_right.Inserted, m_rightKeySelectors);