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