2 writes to _active
System.Net.Sockets (2)
System\Net\Sockets\TCPListener.cs (2)
159_active = true; 166_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) 114if (_active) 140if (_active) 178if (!_active) 189if (!_active) 201if (!_active) 228if (!_active) 299catch (SocketException) when (!_active)