2 instantiations of PerformanceDataRegistryKey
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceDataRegistryKey.cs (2)
30return new PerformanceDataRegistryKey(foreignHKey); 53return new PerformanceDataRegistryKey(key);
6 references to PerformanceDataRegistryKey
System.Diagnostics.PerformanceCounter (6)
System\Diagnostics\PerformanceCounterLib.cs (4)
1246private PerformanceDataRegistryKey perfDataKey; 1261perfDataKey = PerformanceDataRegistryKey.OpenRemoteBaseKey(machineName); 1264perfDataKey = PerformanceDataRegistryKey.OpenLocal(); 1349PerformanceDataRegistryKey.ReleaseData(data);
System\Diagnostics\PerformanceDataRegistryKey.cs (2)
24public static PerformanceDataRegistryKey OpenRemoteBaseKey(string machineName) 50public static PerformanceDataRegistryKey OpenLocal()