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