4 references to ServicePath
System.Diagnostics.PerformanceCounter (4)
System\Diagnostics\PerformanceCounterLib.cs (3)
519
serviceParentKey = Registry.LocalMachine.OpenSubKey(
ServicePath
, true);
602
serviceKey = Registry.LocalMachine.OpenSubKey(
ServicePath
, true);
673
string keyPath =
ServicePath
+ "\\" + category + "\\Performance";
System\Diagnostics\SharedPerformanceCounter.cs (1)
636
categoryKey = Registry.LocalMachine.OpenSubKey(PerformanceCounterLib.
ServicePath
+ "\\" + _categoryName + "\\Performance");