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