8 writes to _active
System.Net.Sockets (8)
System\Net\Sockets\TCPClient.cs (8)
82
_active
= true;
89
set {
_active
= value; }
138
_active
= true;
170
_active
= true;
181
_active
= true;
204
_active
= true;
228
_active
= true;
245
_active
= true;
1 reference to _active
System.Net.Sockets (1)
System\Net\Sockets\TCPClient.cs (1)
88
get { return
_active
; }