1 write to _owner
System.Data.Entity (1)
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
147rm._owner = owner;
5 references to _owner
System.Data.Entity (5)
System\Data\Objects\DataClasses\RelationshipManager.cs (5)
115_wrappedOwner = EntityWrapperFactory.CreateNewWrapper(_owner, null); 170Debug.Assert(_owner != null || !(wrappedOwner.Entity is IEntityWithRelationships), "_owner should only be null if entity is not IEntityWithRelationships"); 173if (_owner != null && !Object.ReferenceEquals(expectedOwner, _owner)) 1400_wrappedOwner = EntityWrapperFactory.WrapEntityUsingContext(_owner, null);