1 write to timer
System.ServiceModel (1)
System\ServiceModel\Channels\PeerIPHelper.cs (1)
507
this.
timer
= new IOThreadTimer(new Action<object>(FireAddressChange), null, true);
2 references to timer
System.ServiceModel (2)
System\ServiceModel\Channels\PeerIPHelper.cs (2)
518
this.
timer
.Set(Timeout);
524
this.
timer
.Cancel();