1 write to m_EndPointCollection
System.Net (1)
net\PeerToPeer\PeerNameRecord.cs (1)
38m_EndPointCollection = info.GetValue("_EndpointList", typeof(IPEndPointCollection)) as IPEndPointCollection;
2 references to m_EndPointCollection
System.Net (2)
net\PeerToPeer\PeerNameRecord.cs (2)
64info.AddValue("_EndpointList", m_EndPointCollection); 117return m_EndPointCollection;