2 writes to _socket
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketCommunicationManager.cs (2)
122_socket = client.Client; 177_socket = _tcpClient.Client;
3 references to _socket
Microsoft.TestPlatform.CommunicationUtilities (3)
SocketCommunicationManager.cs (3)
123_socket.NoDelay = true; 361if (_socket is null) 367if (_socket.Poll(STREAMREADTIMEOUT, SelectMode.SelectRead) == true)