5 references to TransientBatchProperty
System.Workflow.Runtime (5)
AmbientEnvironment.cs (1)
122return (IWorkBatch)currentActivity.GetValue(WorkflowExecutor.TransientBatchProperty);
WorkflowExecutor.cs (4)
1046currentActivity.SetValue(TransientBatchProperty, _resourceManager.BatchCollection.GetTransientBatch()); 1136currentActivity.SetValue(TransientBatchProperty, null); 1307IWorkBatch batch = (IWorkBatch)this.rootActivity.GetValue(WorkflowExecutor.TransientBatchProperty); 3162IWorkBatch transientWorkBatch = currentActivity.GetValueBase(TransientBatchProperty) as IWorkBatch;