2 writes to _count
mscorlib (2)
system\threading\Tasks\Task.cs (2)
5230
_count
= count;
5235
if (Interlocked.Decrement(ref
_count
) == 0) Set();
1 reference to _count
mscorlib (1)
system\threading\Tasks\Task.cs (1)
5236
Contract.Assert(
_count
>= 0, "Count should never go below 0");