3 writes to m_endPoint
System.Net (3)
net\PeerToPeer\Collaboration\PeerEndPoint.cs (3)
92m_endPoint = endPoint; 103m_endPoint = (IPEndPoint)serializationInfo.GetValue("_EndPoint", typeof(IPEndPoint)); 123m_endPoint = value;
6 references to m_endPoint
System.Net (6)
net\PeerToPeer\Collaboration\PeerEndPoint.cs (6)
87if ((m_endPoint != null) && (m_endPoint.AddressFamily != AddressFamily.InterNetworkV6)){ 114get { return m_endPoint; } 119if ((m_endPoint != null) && (m_endPoint.AddressFamily != AddressFamily.InterNetworkV6)){ 468info.AddValue("_EndPoint", m_endPoint);