1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\PeerFlooder.cs (1)
841this.timeoutHelper = new TimeoutHelper(timeout);
1 reference to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\PeerFlooder.cs (1)
874bool completed = TimeoutHelper.WaitOne(this.AsyncWaitHandle, this.timeoutHelper.RemainingTime());