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