2 writes to m_subscribeAllowed
System.Net (2)
net\PeerToPeer\Collaboration\PeerContact.cs (2)
160m_subscribeAllowed = value; 337m_subscribeAllowed = (SubscriptionType)serializationInfo.GetValue("_SubscribeAllowed", typeof(SubscriptionType));
2 references to m_subscribeAllowed
System.Net (2)
net\PeerToPeer\Collaboration\PeerContact.cs (2)
155return m_subscribeAllowed; 2007info.AddValue("_SubscribeAllowed", m_subscribeAllowed);