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