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