1 instantiation of AsyncWaiter
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2318waiter = new AsyncWaiter(this, timeout, callback, state);
7 references to AsyncWaiter
System.ServiceModel (7)
System\ServiceModel\Channels\ServiceChannel.cs (7)
2302AsyncWaiter waiter = null; 2360else if (result is AsyncWaiter) 2362AsyncWaiter.End(result); 2502static Action<object> timerCallback = new Action<object>(AsyncWaiter.TimerCallback); 2524AsyncResult.End<AsyncWaiter>(result); 2550AsyncWaiter _this = (AsyncWaiter)state;