2 writes to handle
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
536this.handle = this.instanceManager.InstanceStore.CreateInstanceHandle(null); 599this.handle = null;
4 references to handle
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (4)
537IAsyncResult executeResult = this.instanceManager.InstanceStore.BeginExecute(this.handle, 582if (thisPtr.handle != null) 584thisPtr.handle.Free(); 598this.instanceManager.handle = this.handle;