2 instantiations of WorkBatch
System.Workflow.Runtime (2)
WorkBatch.cs (2)
353
batch = new
WorkBatch
(this);
385
WorkBatch batch = new
WorkBatch
(this);
17 references to WorkBatch
System.Workflow.Runtime (17)
VolatileResourceManager.cs (4)
18
private
WorkBatch
_mergedBatch = null;
41
WorkBatch
batch = (
WorkBatch
)de.Value;
49
WorkBatch
GetMergedBatch()
WorkBatch.cs (11)
118
internal void Merge(
WorkBatch
batch)
309
internal sealed class WorkBatchCollection : Dictionary<object,
WorkBatch
>
346
WorkBatch
batch = null;
365
private
WorkBatch
FindBatch(object id)
367
WorkBatch
batch = null;
381
internal
WorkBatch
GetMergedBatch()
385
WorkBatch
batch = new WorkBatch(this);
387
foreach (
WorkBatch
existingBatch in this.Values)
401
WorkBatch
batch = FindBatch(id);
416
foreach (
WorkBatch
batch in this.Values)
430
foreach (
WorkBatch
existingBatch in this.Values)
WorkflowExecutor.cs (1)
1148
foreach (
WorkBatch
workBatch in ResourceManager.BatchCollection.Values)
WorkflowStateRollbackService.cs (1)
114
foreach (KeyValuePair<object,
WorkBatch
> batch in this.workflowExecutor.BatchCollection)