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