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