3 writes to currentInstance
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (3)
1433
thisPtr.
currentInstance
= thisPtr.instanceManager.EndGetInstance(result);
1462
this.
currentInstance
= null;
1489
thisPtr.
currentInstance
= null;
5 references to currentInstance
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (5)
1450
IAsyncResult result = this.
currentInstance
.BeginRun(null, TimeSpan.MaxValue, PrepareAsyncCompletion(handleEndRunInstance), this);
1459
if (this.
currentInstance
!= null)
1461
this.
currentInstance
.ReleaseReference();
1477
thisPtr.
currentInstance
.EndRun(result);
1488
thisPtr.
currentInstance
.ReleaseReference();