1 write to m_Event
System (1)
net\System\Net\Cache\IERequestCache.cs (1)
737m_Event = new ManualResetEvent(false);
9 references to m_Event
System (9)
net\System\Net\Cache\IERequestCache.cs (9)
652if (m_Event != null) 660if (m_Event != null) 661m_Event.Set(); 674if (m_Event != null) 697if (m_Event != null) 698try {m_Event.Set();} catch {} // the problem is he WaitHandle cannot tell if it is disposed or not 742if (m_Event != null) 744using (m_Event) 747m_Event.WaitOne();