2 writes to m_stopped
mscorlib (2)
system\diagnostics\eventing\activitytracker.cs (2)
195
orphan.
m_stopped
= 1;
202
if (Interlocked.CompareExchange(ref activityToStop.
m_stopped
, 1, 0) == 0)
5 references to m_stopped
mscorlib (5)
system\diagnostics\eventing\activitytracker.cs (5)
182
if (orphan.
m_stopped
!= 0) // Skip dead activities.
196
Contract.Assert(orphan.
m_stopped
!= 0);
256
if (name == activity.m_name && activity.
m_stopped
== 0)
324
if (
m_stopped
!= 0)
580
if (cur.
m_stopped
== 0)