2 writes to _stopped
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketClient.cs (2)
40
_stopped
= false;
121
_stopped
= true;
2 references to _stopped
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketClient.cs (2)
70
if (!
_stopped
)
118
if (!
_stopped
)