2 writes to _count
mscorlib (2)
system\threading\Tasks\TaskFactory.cs (2)
1643
_count
= tasksCopy.Length;
1660
if (Interlocked.Decrement(ref
_count
) == 0)
1 reference to _count
mscorlib (1)
system\threading\Tasks\TaskFactory.cs (1)
1672
Contract.Assert(
_count
>= 0, "Count should never go below 0");