4 references to ServicePath
System (4)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
461serviceParentKey = Registry.LocalMachine.OpenSubKey(ServicePath, true); 556serviceKey = Registry.LocalMachine.OpenSubKey(ServicePath, true); 626string keyPath = ServicePath + "\\" + category + "\\Performance";
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
616categoryKey = Registry.LocalMachine.OpenSubKey(PerformanceCounterLib.ServicePath + "\\" + categoryName + "\\Performance");