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)
77
return
_active
;
86
return
_active
? _serverSocket!.LocalEndPoint! : _serverSocketEP;
98
if (
_active
)
114
if (
_active
)
140
if (
_active
)
178
if (!
_active
)
189
if (!
_active
)
201
if (!
_active
)
228
if (!
_active
)
299
catch (SocketException) when (!
_active
)