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