1 instantiation of AsyncWaiter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2079
waiter = new
AsyncWaiter
(this, timeout, callback, state);
6 references to AsyncWaiter
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (6)
2063
AsyncWaiter
waiter = null;
2121
else if (result is
AsyncWaiter
)
2123
AsyncWaiter
.End(result);
2284
AsyncResult.End<
AsyncWaiter
>(result);
2310
AsyncWaiter
_this = (
AsyncWaiter
)state;