1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2543this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
2544if (!this.channelDemuxer.openSemaphore.EnterAsync(this.timeoutHelper.RemainingTime(), waitOverCallback, this)) 2632IAsyncResult result = this.channelDemuxer.innerListener.BeginOpen(timeoutHelper.RemainingTime(), openListenerCallback, this);