2 references to PerformanceData
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceDataRegistryKey.cs (2)
27int ret = Interop.Advapi32.RegConnectRegistry(machineName, new IntPtr(PerformanceData), out SafeRegistryHandle foreignHKey); 52var key = new SafeRegistryHandle(new IntPtr(PerformanceData), ownsHandle: true);