8 writes to _active
System.Net.Sockets (8)
System\Net\Sockets\TCPClient.cs (8)
82
_active
= true;
89
set {
_active
= value; }
135
_active
= true;
167
_active
= true;
178
_active
= true;
201
_active
= true;
225
_active
= true;
242
_active
= true;
1 reference to _active
System.Net.Sockets (1)
System\Net\Sockets\TCPClient.cs (1)
88
get { return
_active
; }