4 references to PerformanceData
Microsoft.Build (1)
Evaluation\IntrinsicFunctions.cs (1)
805
basekey = RegistryKey.OpenBaseKey(RegistryHive.
PerformanceData
, view);
Microsoft.Win32.Registry (1)
Microsoft\Win32\Registry.cs (1)
25
public static readonly RegistryKey PerformanceData = RegistryKey.OpenBaseKey(RegistryHive.
PerformanceData
, RegistryView.Default);
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (1)
1026
RegistryKey.OpenRemoteBaseKey(RegistryHive.
PerformanceData
, _machineName);
System\Diagnostics\PerformanceDataRegistryKey.cs (1)
15
private const int PerformanceData = (int)RegistryHive.
PerformanceData
;