2 writes to _stopRequested
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketServer.cs (2)
114_stopRequested = 1; 138catch (Exception ex) when (Volatile.Read(ref _stopRequested) != 0 && ex is ObjectDisposedException or SocketException or InvalidOperationException)
3 references to _stopRequested
Microsoft.TestPlatform.CommunicationUtilities (3)
SocketServer.cs (3)
77if (_stopRequested != 0) 109if (_stopRequested != 0) 146if (_stopRequested != 0)