4 instantiations of RelationshipEndEnumerable
System.Data.Entity (4)
System\Data\Objects\EntityEntry.cs (3)
633Debug.Assert(_countRelationshipEnds == (new RelationshipEndEnumerable(this)).ToArray().Length, "different count"); 704Debug.Assert(_countRelationshipEnds == (new RelationshipEndEnumerable(this)).ToArray().Length, "different count"); 758return new RelationshipEndEnumerable(this);
System\Data\Objects\ObjectStateManager.cs (1)
1669return new EntityEntry.RelationshipEndEnumerable((EntityEntry)FindEntityEntry(key));
2 references to RelationshipEndEnumerable
System.Data.Entity (2)
System\Data\Objects\EntityEntry.cs (1)
756internal RelationshipEndEnumerable GetRelationshipEnds()
System\Data\Objects\ObjectStateManager.cs (1)
1667internal EntityEntry.RelationshipEndEnumerable FindRelationshipsByKey(EntityKey key)