2 writes to ActiveCount
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (2)
357++ActiveCount; 433--ActiveCount;
2 references to ActiveCount
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (2)
434Debug.Assert(ActiveCount >= 0); 951count += queue.ActiveCount;