5 writes to markedForCompletion
System.WorkflowServices (5)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (5)
273this.markedForCompletion = true; 420this.markedForCompletion |= completeInstance; 429this.markedForCompletion = false; 455this.markedForCompletion = false; 467this.markedForCompletion = false;
3 references to markedForCompletion
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (3)
117if (this.markedForCompletion) 280if (this.markedForCompletion) 486else if (this.markedForCompletion)