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