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