6 writes to ProcessedEntities
System.Data.Entity (6)
System\Data\Objects\Internal\TransactionManager.cs (6)
232
this.
ProcessedEntities
= new HashSet<IEntityWrapper>();
250
this.
ProcessedEntities
= null;
267
this.
ProcessedEntities
= new HashSet<IEntityWrapper>();
285
this.
ProcessedEntities
= null;
302
this.
ProcessedEntities
= new HashSet<IEntityWrapper>();
321
this.
ProcessedEntities
= null;
14 references to ProcessedEntities
System.Data.Entity (14)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (4)
386
if ((transManager.
ProcessedEntities
== null || !transManager.
ProcessedEntities
.Contains(_wrappedCachedValue)) &&
772
if (tm == null || tm.
ProcessedEntities
== null || tm.
ProcessedEntities
.Contains(_wrappedCachedValue))
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
1288
attachedRelatedEnd.WrappedOwner.Context.ObjectStateManager.TransactionManager.
ProcessedEntities
.Add(attachedRelatedEnd.WrappedOwner);
1753
_context.ObjectStateManager.TransactionManager.
ProcessedEntities
.Contains(wrappedEntity))
System\Data\Objects\Internal\TransactionManager.cs (2)
344
Debug.Assert(this.
ProcessedEntities
!= null, "ProcessedEntities should not be null");
345
this.
ProcessedEntities
.Clear();
System\Data\Objects\ObjectContext.cs (6)
726
Debug.Assert(this.ObjectStateManager.TransactionManager.
ProcessedEntities
!= null, "Expected non-null collection when flag set.");
728
this.ObjectStateManager.TransactionManager.
ProcessedEntities
.Add(wrappedEntity);
1146
Debug.Assert(this.ObjectStateManager.TransactionManager.
ProcessedEntities
!= null, "Expected non-null collection when flag set.");
1148
this.ObjectStateManager.TransactionManager.
ProcessedEntities
.Add(wrappedEntity);
1177
Debug.Assert(this.ObjectStateManager.TransactionManager.
ProcessedEntities
!= null, "Expected non-null collection when flag set.");
1179
this.ObjectStateManager.TransactionManager.
ProcessedEntities
.Add(wrappedEntity);