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