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