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;