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