1 write to durableInstance
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
780
this.
durableInstance
= durableInstance;
18 references to durableInstance
System.WorkflowServices (18)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (18)
786
scope = new StartOperationScope(this.
durableInstance
);
790
if (this.
durableInstance
.instance == null)
792
if (this.
durableInstance
.TryActivateInstance(canCreateInstance))
799
this.
durableInstance
.saveStateInOperationTransaction,
800
this.
durableInstance
.clonedTransaction))
802
if (this.
durableInstance
.lockingProvider != null)
804
result = this.
durableInstance
.lockingProvider.BeginLoad(this.
durableInstance
.operationTimeout, true, loadCallback, this);
808
result = this.
durableInstance
.provider.BeginLoad(this.
durableInstance
.operationTimeout, loadCallback, this);
812
this.
durableInstance
.existsInPersistence = true;
842
this.
durableInstance
.instance = this.
durableInstance
.provider.EndLoad(result);
845
Fx.Assert(this.
durableInstance
.instance != null,
862
return startResult.
durableInstance
.instance;
884
startResult.
durableInstance
.instance = startResult.
durableInstance
.provider.EndLoad(result);
886
Fx.Assert(startResult.
durableInstance
.instance != null,