5 references to BatchCollection
System.Workflow.Runtime (5)
System\Activities\Statements\InteropExecutor.cs (1)
180
get { return this.resourceManager.
BatchCollection
; }
WorkflowExecutor.cs (4)
457
return _resourceManager.
BatchCollection
;
1046
currentActivity.SetValue(TransientBatchProperty, _resourceManager.
BatchCollection
.GetTransientBatch());
1148
foreach (WorkBatch workBatch in ResourceManager.
BatchCollection
.Values)
1254
IWorkBatch batch = _resourceManager.
BatchCollection
.GetBatch(this.rootActivity);