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