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