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