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