1 write to timer
System.ServiceModel.Internals (1)
System\Runtime\InputQueue.cs (1)
873this.timer = new IOThreadTimer(timerCallback, this, false);
3 references to timer
System.ServiceModel.Internals (3)
System\Runtime\InputQueue.cs (3)
874this.timer.Set(timeout); 899timely = (this.timer == null) || this.timer.Cancel();