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