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