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