2 writes to timer
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
887this.timer = new IOThreadTimer(AsyncDuplexRequest.timerCallback, this, true); 950this.timer = null;
3 references to timer
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
888this.timer.Set(timeout); 947if (this.timer != null) 949this.timer.Cancel();