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