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