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