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