3 references to PerformanceCounter
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\PerformanceCounterWrapper.cs (1)
16_counter = new PerformanceCounter(categoryName, counterName, instanceName, readOnly: true);
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounter.cs (2)
95this(categoryName, counterName, instanceName, true) 129this(categoryName, counterName, "", readOnly)