3 instantiations of VolatileResourceManager
System.Workflow.Runtime (3)
System\Activities\Statements\InteropExecutor.cs (1)
458this.resourceManager = new VolatileResourceManager();
WorkflowExecutor.cs (2)
57private VolatileResourceManager _resourceManager = new VolatileResourceManager(); 335_resourceManager = new VolatileResourceManager();
18 references to VolatileResourceManager
System.Workflow.Runtime (18)
System\Activities\Statements\Interop.cs (14)
846internal void AddResourceManager(NativeActivityContext context, VolatileResourceManager resourceManager) 1702this.ResourceManagers = new Dictionary<string, VolatileResourceManager>(); 1703this.CommittedResourceManagers = new Dictionary<Transaction, Dictionary<string, VolatileResourceManager>>(); 1706Dictionary<string, VolatileResourceManager> ResourceManagers 1712Dictionary<Transaction, Dictionary<string, VolatileResourceManager>> CommittedResourceManagers 1722foreach (VolatileResourceManager rm in this.ResourceManagers.Values) 1730this.ResourceManagers = new Dictionary<string, VolatileResourceManager>(); 1746foreach (VolatileResourceManager rm in this.CommittedResourceManagers[e.Transaction].Values) 1753foreach (VolatileResourceManager rm in this.CommittedResourceManagers[e.Transaction].Values) 1763foreach (VolatileResourceManager rm in this.ResourceManagers.Values) 1768this.ResourceManagers = new Dictionary<string, VolatileResourceManager>(); 1771internal void Add(string activityId, VolatileResourceManager rm) 1781VolatileResourceManager resourceManager; 1788public InteropEnlistment(Transaction transaction, VolatileResourceManager resourceManager)
System\Activities\Statements\InteropEnvironment.cs (1)
180public void AddResourceManager(VolatileResourceManager resourceManager)
System\Activities\Statements\InteropExecutor.cs (1)
54VolatileResourceManager resourceManager;
WorkflowExecutor.cs (2)
57private VolatileResourceManager _resourceManager = new VolatileResourceManager(); 461internal VolatileResourceManager ResourceManager