2 references to MessageLoopAsync
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketClient.cs (1)
107
Task.Run(() => _tcpClient.
MessageLoopAsync
(
SocketServer.cs (1)
109
Task.Run(() => _tcpClient.
MessageLoopAsync
(_channel, error => StopOnError(error), _cancellation.Token)).ConfigureAwait(false);