1 instantiation of AcceptAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
2009return new AcceptAsyncResult(this, callback, state);
9 references to AcceptAsyncResult
System.ServiceModel (9)
System\ServiceModel\Channels\SocketConnection.cs (9)
2049Socket socket = AcceptAsyncResult.End(result); 2237AcceptAsyncResult thisPtr = (AcceptAsyncResult)state; 2315AcceptAsyncResult thisPtr = (AcceptAsyncResult)e.UserToken; 2331AcceptAsyncResult thisPtr = result as AcceptAsyncResult; 2382AcceptAsyncResult thisPtr = AsyncResult.End<AcceptAsyncResult>(result);