1 write to _library
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
1390
_library
= library;
3 references to _library
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\PerformanceCounterLib.cs (3)
1538
ReadOnlySpan<byte> data =
_library
.GetPerformanceData(categoryIndex.ToString(CultureInfo.InvariantCulture));
1614
string counterName = (string)
_library
.NameTable[counterIndex];
1650
string name = (string)
_library
.NameTable[counterIndex];