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