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