2 writes to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
889this.timeoutHelper = new TimeoutHelper(timeout); 1010this.channel.OnOutputSessionClosed(ref this.timeoutHelper);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
892if (!channel.sendLock.EnterAsync(this.timeoutHelper.RemainingTime(), onEnterComplete, this)) 996AsyncCompletionResult completionResult = this.channel.BeginCloseOutput(this.timeoutHelper.RemainingTime(), onWriteComplete, this);