3 writes to abortInstance
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (3)
127
this.
abortInstance
= true;
428
this.
abortInstance
= false;
460
this.
abortInstance
= false;
2 references to abortInstance
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (2)
263
if (this.
abortInstance
)
458
else if (this.
abortInstance
)