1 write to isAborted
System.Activities (1)
System\Activities\Hosting\WorkflowInstance.cs (1)
611this.isAborted = true;
3 references to isAborted
System.Activities (3)
System\Activities\Hosting\WorkflowInstance.cs (3)
609if (!this.isAborted) 784if (this.isAborted || (this.executor != null && this.executor.IsAbortPending)) 841if (this.instance.isAborted)