2 references to Aborted
System.Activities (2)
System\Activities\WorkflowApplicationInstance.cs (2)
127
int oldState = Interlocked.CompareExchange(ref this.state, (int)State.
Aborted
, (int)State.Initialized);
138
if (oldState == State.
Aborted
)