2 references to ActiveCount
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\RuntimeMetrics.cs (1)
118
() => Timer.
ActiveCount
,
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (1)
99
_timerCounter ??= new PollingCounter("active-timer-count", this, () => Timer.
ActiveCount
) { DisplayName = "Number of Active Timers" };