7 writes to existsInPersistence
System.WorkflowServices (7)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (7)
313
this.
existsInPersistence
= true;
441
this.
existsInPersistence
= true;
453
this.
existsInPersistence
= true;
483
this.
existsInPersistence
= true;
502
this.
existsInPersistence
= true;
516
this.
existsInPersistence
= true;
812
this.durableInstance.
existsInPersistence
= true;
6 references to existsInPersistence
System.WorkflowServices (6)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (6)
436
if (this.
existsInPersistence
)
448
if (this.
existsInPersistence
)
469
if (this.
existsInPersistence
&& !stillReferenced)
488
if (this.
existsInPersistence
)
507
if (this.
existsInPersistence
)
529
if (this.newServiceType != null && !this.
existsInPersistence
)