2 writes to m_stopped
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (2)
180orphan.m_stopped = true; 186if (!Interlocked.Exchange(ref activityToStop.m_stopped, true))
4 references to m_stopped
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (4)
168if (orphan.m_stopped) // Skip dead activities. 241if (name == activity.m_name && !activity.m_stopped) 311return m_name + "(" + Path(this) + (m_stopped ? ",DEAD)" : ")"); 581if (!cur.m_stopped)