2 writes to NoDelay
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketClient.cs (1)
42
_tcpClient = new TcpClient {
NoDelay
= true };
SocketCommunicationManager.cs (1)
176
_tcpClient = new TcpClient {
NoDelay
= true };