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