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());
109
Task.Run(() =>
_tcpClient
.MessageLoopAsync(_channel, error => StopOnError(error), _cancellation.Token)).ConfigureAwait(false);
137
_tcpClient
?.Close();