4 writes to m_Active
System (4)
net\System\Net\Sockets\UDPClient.cs (4)
187
m_Active
= value;
372
m_Active
= true;
380
m_Active
= true;
478
m_Active
= true;
8 references to m_Active
System (8)
net\System\Net\Sockets\UDPClient.cs (8)
184
return
m_Active
;
406
if (!
m_Active
) {
518
if (
m_Active
&& endPoint!=null) {
550
if (
m_Active
&& ((hostname != null) || (port != 0))) {
594
if (!
m_Active
) {
623
if (
m_Active
&& endPoint!=null) {
644
if (
m_Active
&& ((hostname != null) || (port != 0))) {
681
if (
m_Active
){