5 references to IOThreadTimer
System.ServiceModel.Internals (5)
System\Runtime\AsyncWaitHandle.cs (1)
267
this.timer = new
IOThreadTimer
(callback, state, false);
System\Runtime\Collections\ObjectCache.cs (1)
187
this.idleTimer = new
IOThreadTimer
(onIdle, this, false);
System\Runtime\InputQueue.cs (2)
815
this.timer = new
IOThreadTimer
(timerCallback, this, false);
873
this.timer = new
IOThreadTimer
(timerCallback, this, false);
System\Runtime\IOThreadCancellationTokenSource.cs (1)
43
this.timer = new
IOThreadTimer
(onCancel, this, true);