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