4 references to AcceptTcpClientAsync
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketCommunicationManager.cs (1)
121var client = await _tcpListener.AcceptTcpClientAsync();
SocketServer.cs (1)
72_tcpListener.AcceptTcpClientAsync().ContinueWith(t => OnClientConnected(t.Result));
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\MTP\MtpServerConnection.cs (1)
114var acceptTask = _listener.AcceptTcpClientAsync();
System.Net.Sockets (1)
System\Net\Sockets\TCPListener.cs (1)
216TaskToAsyncResult.Begin(AcceptTcpClientAsync(), callback, state);