2 writes to _active
System.Net.Sockets (2)
System\Net\Sockets\TCPListener.cs (2)
156_active = true; 163_active = false;
10 references to _active
System.Net.Sockets (10)
System\Net\Sockets\TCPListener.cs (10)
77return _active; 86return _active ? _serverSocket!.LocalEndPoint! : _serverSocketEP; 98if (_active) 111if (_active) 137if (_active) 175if (!_active) 186if (!_active) 198if (!_active) 225if (!_active) 296catch (SocketException) when (!_active)