4 references to m_dispatchControlLock
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventDispatcher.cs (3)
48
lock (
m_dispatchControlLock
)
68
Debug.Assert(Monitor.IsEntered(
m_dispatchControlLock
));
134
Debug.Assert(Monitor.IsEntered(
m_dispatchControlLock
));
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventDispatcher.Threads.cs (1)
13
Debug.Assert(Monitor.IsEntered(
m_dispatchControlLock
));