1 write to m_Event
System (1)
net\System\Net\_ConnectionGroup.cs (1)
88
Interlocked.CompareExchange(ref
m_Event
, new ManualResetEvent(false), null);
2 references to m_Event
System (2)
net\System\Net\_ConnectionGroup.cs (2)
83
if (
m_Event
== null) {
91
ManualResetEvent castedEvent = (ManualResetEvent)
m_Event
;