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