3 writes to _countRelationshipEnds
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (3)
631
_countRelationshipEnds
++;
702
--
_countRelationshipEnds
;
751
_countRelationshipEnds
= 0;
6 references to _countRelationshipEnds
System.Data.Entity (6)
System\Data\Objects\EntityEntry.cs (6)
633
Debug.Assert(
_countRelationshipEnds
== (new RelationshipEndEnumerable(this)).ToArray().Length, "different count");
663
Debug.Assert(1 <=
_countRelationshipEnds
, "negative _relationshipEndCount");
704
Debug.Assert(
_countRelationshipEnds
== (new RelationshipEndEnumerable(this)).ToArray().Length, "different count");
747
Debug.Assert(count ==
_countRelationshipEnds
, "didn't traverse all relationships");
798
if ((null != _entityEntry) && (0 < _entityEntry.
_countRelationshipEnds
))
801
list = new RelationshipEntry[_entityEntry.
_countRelationshipEnds
];