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)
44base._entitySet = relationshipWrapper.AssociationSet;
4 references to _entitySet
System.Data.Entity (4)
System\Data\Objects\ObjectStateEntry.cs (2)
74return _entitySet; 358Debug.Assert(null != _entitySet, "null EntitySetBase");
System\Data\Objects\RelationshipEntry.cs (2)
377if (!Object.ReferenceEquals(_entitySet, associationSet)) 517string relationshipName = ((AssociationSet)_entitySet).ElementType.FullName;