2 writes to _count
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (2)
1556
_count
= tasksCopy.Length;
1571
if (Interlocked.Decrement(ref
_count
) == 0)
1 reference to _count
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (1)
1581
Debug.Assert(
_count
>= 0, "Count should never go below 0");