4 references to m_dispatchControlLock
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventDispatcher.cs (4)
48
lock (
m_dispatchControlLock
)
68
Debug.Assert(Monitor.IsEntered(
m_dispatchControlLock
));
139
Debug.Assert(Monitor.IsEntered(
m_dispatchControlLock
));
149
Debug.Assert(Monitor.IsEntered(
m_dispatchControlLock
));