1 instantiation of WorkBatchCollection
System.Workflow.Runtime (1)
VolatileResourceManager.cs (1)
17private WorkBatchCollection _workCollection = new WorkBatchCollection();
8 references to WorkBatchCollection
System.Workflow.Runtime (8)
ISupportInterop.cs (1)
12WorkBatchCollection BatchCollection { get; }
System\Activities\Statements\InteropExecutor.cs (1)
178public WorkBatchCollection BatchCollection
VolatileResourceManager.cs (2)
17private WorkBatchCollection _workCollection = new WorkBatchCollection(); 26internal WorkBatchCollection BatchCollection
WorkBatch.cs (3)
30private WorkBatchCollection _collection = null; 36internal WorkBatch(WorkBatchCollection workBackCollection) 48internal void SetWorkBatchCollection(WorkBatchCollection workBatchCollection)
WorkflowExecutor.cs (1)
453public WorkBatchCollection BatchCollection