12 references to ResourceManager
System.Workflow.Runtime (12)
WorkflowExecutor.cs (12)
412this.ResourceManager.ClearAllBatchedWork(); 834if (this.ResourceManager.IsBatchDirty && this.currentAtomicActivity == null) 1017if (this.ResourceManager.IsBatchDirty) 1093if (this.currentAtomicActivity != null || this.ResourceManager.IsBatchDirty || (unlock && HasNonEmptyWorkBatch())) 1148foreach (WorkBatch workBatch in ResourceManager.BatchCollection.Values) 1825this.ResourceManager.ClearAllBatchedWork(); 2168this.ResourceManager.Complete(); 2172this.ResourceManager.HandleFault(); 2201ResourceManager.HandleFault(); 2266ResourceManager.HandleFault(); 2285ResourceManager.Complete(); 2297this.ResourceManager.Commit();