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