2 writes to m_stopped
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (2)
180
orphan.
m_stopped
= true;
186
if (!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)
168
if (orphan.
m_stopped
) // Skip dead activities.
241
if (name == activity.m_name && !activity.
m_stopped
)
311
return m_name + "(" + Path(this) + (
m_stopped
? ",DEAD)" : ")");
581
if (!cur.
m_stopped
)