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)
457return _resourceManager.BatchCollection; 465return _resourceManager; 1046currentActivity.SetValue(TransientBatchProperty, _resourceManager.BatchCollection.GetTransientBatch()); 1254IWorkBatch batch = _resourceManager.BatchCollection.GetBatch(this.rootActivity);