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