3 references to WorkItems
System.Workflow.Runtime (3)
WorkBatch.cs (3)
45get { return _pendingWorkCollection.WorkItems.Count; } 130foreach (KeyValuePair<IPendingWork, SortedList<long, object>> item in batch._pendingWorkCollection.WorkItems) 202foreach (KeyValuePair<IPendingWork, SortedList<long, object>> workItem in this.WorkItems)