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