2 writes to Items
System.Workflow.Runtime (2)
WorkBatch.cs (2)
173
Items
= new Dictionary<IPendingWork, SortedList<long, object>>();
295
Items
= null;
8 references to Items
System.Workflow.Runtime (8)
WorkBatch.cs (8)
180
return
Items
;
188
return this.
Items
!= null;
234
if (!
Items
.TryGetValue(work, out workItems))
237
Items
.Add(work, workItems);
248
foreach (KeyValuePair<IPendingWork, SortedList<long, object>> workItem in
Items
)
259
foreach (KeyValuePair<IPendingWork, SortedList<long, object>> workItem in
Items
)
292
if (disposing &&
Items
!= null)
294
Items
.Clear();