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