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