2 writes to m_count
mscorlib (2)
system\threading\Tasks\Task.cs (2)
6114
m_count
= tasks.Length;
6129
if (Interlocked.Decrement(ref
m_count
) == 0)
1 reference to m_count
mscorlib (1)
system\threading\Tasks\Task.cs (1)
6184
Contract.Assert(
m_count
>= 0, "Count should never go below 0");