1 write to m_curSampleCount
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
5442while (Interlocked.CompareExchange(ref af.m_curSampleCount, newSampleCount, curSampleCount) != curSampleCount);
1 reference to m_curSampleCount
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
5436curSampleCount = af.m_curSampleCount;