1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
95this.timeoutHelper = new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (3)
97if (!syncSource.sourceLock.EnterAsync(this.timeoutHelper.RemainingTime(), onEnterComplete, this)) 107completeSelf = PerformOperation(timeoutHelper.RemainingTime()); 177completeSelf = thisPtr.PerformOperation(thisPtr.timeoutHelper.RemainingTime());