1 write to handle
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
1038this.handle = handle;
3 references to handle
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceHandle.cs (3)
1046List<InstancePersistenceEvent> existingReadyEvents = this.handle.StartWaiting(this, this.timer, this.timeout); 1051this.handle.CancelWaiting(this); 1089if (thisPtr.handle.CancelWaiting(thisPtr))