1 write to resourceManager
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
458this.resourceManager = new VolatileResourceManager();
3 references to resourceManager
System.Workflow.Runtime (3)
System\Activities\Statements\InteropExecutor.cs (3)
180get { return this.resourceManager.BatchCollection; } 250if (this.resourceManager.IsBatchDirty) 252this.ServiceProvider.AddResourceManager(this.resourceManager);