1 write to originalTimeout
System.ServiceModel.Internals (1)
System\Runtime\AsyncWaitHandle.cs (1)
266this.originalTimeout = timeout;
1 reference to originalTimeout
System.ServiceModel.Internals (1)
System\Runtime\AsyncWaitHandle.cs (1)
256this.TimedOut ? new TimeoutException(InternalSR.TimeoutOnOperation(this.originalTimeout)) : null);