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;
361
if (
_socket
is null)
367
if (
_socket
.Poll(STREAMREADTIMEOUT, SelectMode.SelectRead) == true)