1 instantiation of EstablishConnectionAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
722return new EstablishConnectionAsyncResult(this, timeout, callback, state);
7 references to EstablishConnectionAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ConnectionPool.cs (7)
727return EstablishConnectionAsyncResult.End(result); 990EstablishConnectionAsyncResult thisPtr = AsyncResult.End<EstablishConnectionAsyncResult>(result); 1208EstablishConnectionAsyncResult thisPtr = (EstablishConnectionAsyncResult)result.AsyncState; 1242EstablishConnectionAsyncResult thisPtr = (EstablishConnectionAsyncResult)result.AsyncState;