2 writes to _stopRequested
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketServer.cs (2)
114
_stopRequested
= 1;
138
catch (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)
77
if (
_stopRequested
!= 0)
109
if (
_stopRequested
!= 0)
146
if (
_stopRequested
!= 0)