1 write to _tcpClient
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketServer.cs (1)
95_tcpClient = client;
4 references to _tcpClient
Microsoft.TestPlatform.CommunicationUtilities (4)
SocketServer.cs (4)
96_tcpClient.Client.NoDelay = true; 103_channel = _channelFactory(_tcpClient.GetStream()); 109Task.Run(() => _tcpClient.MessageLoopAsync(_channel, error => StopOnError(error), _cancellation.Token)).ConfigureAwait(false); 137_tcpClient?.Close();