6 writes to instance
System.WorkflowServices (6)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (6)
296this.instance = this.lockingProvider.Load(this.operationTimeout, true); 300this.instance = this.provider.Load(this.operationTimeout); 393this.instance = null; 533this.instance = Activator.CreateInstance(this.newServiceType); 842this.durableInstance.instance = this.durableInstance.provider.EndLoad(result); 884startResult.durableInstance.instance = startResult.durableInstance.provider.EndLoad(result);
12 references to instance
System.WorkflowServices (12)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (12)
95return this.instance; 182this.provider.Delete(this.instance, this.operationTimeout); 286if (this.instance == null) 321this.instance != null, 324return this.instance; 374this.instance != null, 377IDisposable disposableInstance = this.instance as IDisposable; 407Fx.Assert(this.instance != null, 790if (this.durableInstance.instance == null) 845Fx.Assert(this.durableInstance.instance != null, 862return startResult.durableInstance.instance; 886Fx.Assert(startResult.durableInstance.instance != null,