4 references to IsBatchDirty
System.Workflow.Runtime (4)
System\Activities\Statements\InteropExecutor.cs (1)
250if (this.resourceManager.IsBatchDirty)
WorkflowExecutor.cs (3)
834if (this.ResourceManager.IsBatchDirty && this.currentAtomicActivity == null) 1017if (this.ResourceManager.IsBatchDirty) 1093if (this.currentAtomicActivity != null || this.ResourceManager.IsBatchDirty || (unlock && HasNonEmptyWorkBatch()))