2 writes to m_RasEvent
System (2)
net\System\Net\UnsafeNativeMethods.cs (2)
235m_RasEvent = new ManualResetEvent(false); 246m_RasEvent = null;
4 references to m_RasEvent
System (4)
net\System\Net\UnsafeNativeMethods.cs (4)
238uint statusCode = RasConnectionNotification((IntPtr)(-1), m_RasEvent.SafeWaitHandle, RASCN_Connection | RASCN_Disconnection); 245m_RasEvent.Close(); 264ManualResetEvent rasEvent = m_RasEvent; 277ManualResetEvent rasEvent = m_RasEvent;