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)
633Debug.Assert(_countRelationshipEnds == (new RelationshipEndEnumerable(this)).ToArray().Length, "different count"); 663Debug.Assert(1 <= _countRelationshipEnds, "negative _relationshipEndCount"); 704Debug.Assert(_countRelationshipEnds == (new RelationshipEndEnumerable(this)).ToArray().Length, "different count"); 747Debug.Assert(count == _countRelationshipEnds, "didn't traverse all relationships"); 798if ((null != _entityEntry) && (0 < _entityEntry._countRelationshipEnds)) 801list = new RelationshipEntry[_entityEntry._countRelationshipEnds];