1 write to m_Event
System (1)
net\System\Net\Cache\IERequestCache.cs (1)
950m_Event = new ManualResetEvent(false);
9 references to m_Event
System (9)
net\System\Net\Cache\IERequestCache.cs (9)
852if (m_Event != null) 869if (m_Event != null) 870m_Event.Set(); 883if (m_Event != null) 917if (m_Event != null) 918try {m_Event.Set();} catch {} // the problem is he WaitHandle cannot tell if it is disposed or not 956if (disposing && m_Event != null) 958using (m_Event) 960m_Event.WaitOne();