2 implementations of BatchCollection
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (1)
178public WorkBatchCollection BatchCollection
WorkflowExecutor.cs (1)
453public WorkBatchCollection BatchCollection
3 references to BatchCollection
System.Workflow.Runtime (3)
WorkflowExecutor.cs (3)
3171return interopSupport.BatchCollection.GetBatch(currentActivity); 3179return interopSupport.BatchCollection.GetBatch(currentActivity); 3186return interopSupport.BatchCollection.GetBatch(currentActivity);