2 writes to m_SafeCollabInvite
System.Net (2)
net\PeerToPeer\Collaboration\Peer.cs (2)
1192out m_SafeCollabInvite); 1201out m_SafeCollabInvite);
8 references to m_SafeCollabInvite
System.Net (8)
net\PeerToPeer\Collaboration\Peer.cs (8)
1119if (!m_SafeCollabInvite.IsInvalid && !m_SafeCollabInvite.IsClosed){ 1120m_SafeCollabInvite.Dispose(); 1250errorCode = UnsafeCollabNativeMethods.PeerCollabGetInvitationResponse(m_SafeCollabInvite, out response); 1383int errorCode = UnsafeCollabNativeMethods.PeerCollabCancelInvitation(m_SafeCollabInvite); 1388m_SafeCollabInvite.Dispose(); 1437if (!m_SafeCollabInvite.IsInvalid){ 1438m_SafeCollabInvite.Dispose();