3 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 };
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\MTP\MtpServerConnection.cs (1)
121_client.NoDelay = true;