1 write to timer
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
1043
this.
timer
= new IOThreadTimer(WaitForEventsAsyncResult.timeoutCallback, this, false);
5 references to timer
System.Runtime.DurableInstancing (5)
System\Runtime\DurableInstancing\InstanceHandle.cs (5)
1046
List<InstancePersistenceEvent> existingReadyEvents = this.handle.StartWaiting(this, this.
timer
, this.timeout);
1069
if (this.
timer
!= null)
1071
this.
timer
.Cancel();
1079
if (this.
timer
!= null)
1081
this.
timer
.Cancel();