2 writes to _count
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (2)
1556_count = tasksCopy.Length; 1571if (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)
1581Debug.Assert(_count >= 0, "Count should never go below 0");