1 write to timer
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
666
this.
timer
= new IOThreadTimer(timerCallback, this, false);
3 references to timer
System.ServiceModel (3)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
667
this.
timer
.Set(timeout);
679
if ((this.
timer
== null) || this.
timer
.Cancel())