2 writes to m_UseAutoEndPointSelection
System.Net (2)
net\PeerToPeer\PeerNameRegistration.cs (2)
217
m_UseAutoEndPointSelection
= value;
692
m_UseAutoEndPointSelection
= info.GetBoolean("_UseAutoEndPointSelection");
5 references to m_UseAutoEndPointSelection
System.Net (5)
net\PeerToPeer\PeerNameRegistration.cs (5)
213
return
m_UseAutoEndPointSelection
;
301
if (!
m_UseAutoEndPointSelection
)
370
if(
m_UseAutoEndPointSelection
)
499
if (!
m_UseAutoEndPointSelection
)
718
info.AddValue("_UseAutoEndPointSelection",
m_UseAutoEndPointSelection
);