4 writes to durableInstance
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (4)
1064
this.
durableInstance
= this.persistenceContext.GetInstance(this.parameters);
1089
thisPtr.
durableInstance
= null;
1121
this.
durableInstance
= null;
1147
thisPtr.
durableInstance
= null;
6 references to durableInstance
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (6)
1072
IAsyncResult nextResult = this.
durableInstance
.BeginTryAcquireReference(this.timeout, this.PrepareAsyncCompletion(handleEndAcquireReference), this);
1080
if (thisPtr.
durableInstance
.EndTryAcquireReference(result))
1205
result = this.
durableInstance
.BeginAssociateInfrastructureKeys(this.additionalKeys, this.transaction, this.timeout,
1250
thisPtr.
durableInstance
.EndAssociateInfrastructureKeys(result);
1318
Fx.Assert(thisPtr.
durableInstance
!= null, "durableInstance must not be null!");
1319
thisPtr.
durableInstance
.ReleaseReference();