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