1 write to _counter
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\PerformanceCounterWrapper.cs (1)
16_counter = new PerformanceCounter(categoryName, counterName, instanceName, readOnly: true);
1 reference to _counter
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\PerformanceCounterWrapper.cs (1)
22public float NextValue() => _counter.NextValue();