6 references to CopyOfRelationshipsByKey
System.Data.Entity (6)
System\Data\Objects\EntityEntry.cs (4)
951foreach (RelationshipEntry entry in _cache.CopyOfRelationshipsByKey(EntityKey)) 2576foreach (RelationshipEntry relationshipEntry in _cache.CopyOfRelationshipsByKey(EntityKey)) 2637foreach (RelationshipEntry relationshipEntry in _cache.CopyOfRelationshipsByKey(EntityKey)) 3037foreach (RelationshipEntry relationshipEntry in _cache.CopyOfRelationshipsByKey(this.EntityKey))
System\Data\Objects\ObjectStateManager.cs (2)
714foreach (RelationshipEntry relationshipEntry in CopyOfRelationshipsByKey(keyEntry.EntityKey)) 2714foreach (RelationshipEntry relationshipEntry in CopyOfRelationshipsByKey(entry.EntityKey))