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