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