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