6 references to Aborted
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (6)
121
if (state == States.
Aborted
)
137
if (state == States.
Aborted
)
168
aborted = this.state == States.
Aborted
;
290
if (this.state == States.
Aborted
)
294
this.state = States.
Aborted
;
660
aborted = this.instanceManager.state == States.
Aborted
;