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