6 writes to WrappedEntities
System.Data.Entity (6)
System\Data\Objects\Internal\TransactionManager.cs (6)
233
this.
WrappedEntities
= new Dictionary<object, IEntityWrapper>();
251
this.
WrappedEntities
= null;
268
this.
WrappedEntities
= new Dictionary<object, IEntityWrapper>();
286
this.
WrappedEntities
= null;
303
this.
WrappedEntities
= new Dictionary<object, IEntityWrapper>();
322
this.
WrappedEntities
= null;
5 references to WrappedEntities
System.Data.Entity (5)
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
1284
if (!attachedRelatedEnd.WrappedOwner.Context.ObjectStateManager.TransactionManager.
WrappedEntities
.ContainsKey(entityToAdd.Entity))
1286
attachedRelatedEnd.WrappedOwner.Context.ObjectStateManager.TransactionManager.
WrappedEntities
.Add(entityToAdd.Entity, entityToAdd);
System\Data\Objects\EntityEntry.cs (1)
2232
if (!this.ObjectStateManager.TransactionManager.
WrappedEntities
.TryGetValue(o, out relatedWrapper))
System\Data\Objects\Internal\EntityWrapperFactory.cs (2)
246
if (stateManager.TransactionManager.
WrappedEntities
.TryGetValue(entity, out wrapper))
285
stateManager.TransactionManager.
WrappedEntities
.Add(entity, wrapper);