3 writes to _entitySet
System.Data.Entity (3)
System\Data\Objects\ObjectStateEntry.cs (2)
46
_entitySet
= entitySet;
347
_entitySet
= null;
System\Data\Objects\RelationshipEntry.cs (1)
44
base.
_entitySet
= relationshipWrapper.AssociationSet;
4 references to _entitySet
System.Data.Entity (4)
System\Data\Objects\ObjectStateEntry.cs (2)
74
return
_entitySet
;
358
Debug.Assert(null !=
_entitySet
, "null EntitySetBase");
System\Data\Objects\RelationshipEntry.cs (2)
377
if (!Object.ReferenceEquals(
_entitySet
, associationSet))
517
string relationshipName = ((AssociationSet)
_entitySet
).ElementType.FullName;