1 instantiation of AcceptAsyncResult
System (1)
net\System\Net\Sockets\Socket.cs (1)
5030AcceptAsyncResult asyncResult = new AcceptAsyncResult(this, state, callback);
3 references to AcceptAsyncResult
System (3)
net\System\Net\Sockets\Socket.cs (3)
5030AcceptAsyncResult asyncResult = new AcceptAsyncResult(this, state, callback); 5494AcceptAsyncResult castedAsyncResult = asyncResult as AcceptAsyncResult;