5 references to GetBatch
System.Workflow.Runtime (5)
WorkBatch.cs (1)
378
return
GetBatch
(transientBatchID);
WorkflowExecutor.cs (4)
1254
IWorkBatch batch = _resourceManager.BatchCollection.
GetBatch
(this.rootActivity);
3171
return interopSupport.BatchCollection.
GetBatch
(currentActivity);
3179
return interopSupport.BatchCollection.
GetBatch
(currentActivity);
3186
return interopSupport.BatchCollection.
GetBatch
(currentActivity);