1 write to timer
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2517
this.
timer
= new IOThreadTimer(timerCallback, this, false);
5 references to timer
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannel.cs (5)
2518
this.
timer
.Set(timeout);
2529
if ((this.
timer
== null) || this.
timer
.Cancel())
2542
if ((this.
timer
== null) || this.
timer
.Cancel())