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