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