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