1 write to _resourceManager
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
335
_resourceManager
= new VolatileResourceManager();
4 references to _resourceManager
System.Workflow.Runtime (4)
WorkflowExecutor.cs (4)
457
return
_resourceManager
.BatchCollection;
465
return
_resourceManager
;
1046
currentActivity.SetValue(TransientBatchProperty,
_resourceManager
.BatchCollection.GetTransientBatch());
1254
IWorkBatch batch =
_resourceManager
.BatchCollection.GetBatch(this.rootActivity);