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