1 write to timer
System.ServiceModel.Internals (1)
System\Runtime\InputQueue.cs (1)
815this.timer = new IOThreadTimer(timerCallback, this, false);
3 references to timer
System.ServiceModel.Internals (3)
System\Runtime\InputQueue.cs (3)
816this.timer.Set(timeout); 840if (this.timer != null) 842this.timer.Cancel();