2 writes to _pendingWorkCollection
System.Workflow.Runtime (2)
WorkBatch.cs (2)
38_pendingWorkCollection = new PendingWorkCollection(); 156_pendingWorkCollection = null;
12 references to _pendingWorkCollection
System.Workflow.Runtime (12)
WorkBatch.cs (12)
45get { return _pendingWorkCollection.WorkItems.Count; } 61if (_pendingWorkCollection == null) 68_pendingWorkCollection.Add(work, _collection.GetNextWorkItemOrderId(work), workItem); 79return this._pendingWorkCollection.IsDirty; 91_pendingWorkCollection.Commit(transaction); 104if (this._pendingWorkCollection.IsUsable) 106_pendingWorkCollection.Complete(succeeded); 107_pendingWorkCollection.Dispose(); 123if (_pendingWorkCollection == null) 130foreach (KeyValuePair<IPendingWork, SortedList<long, object>> item in batch._pendingWorkCollection.WorkItems) 135_pendingWorkCollection.Add(item.Key, kvp.Key, kvp.Value); 155_pendingWorkCollection.Dispose();