4 references to 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));