3 writes to perfDataKey
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
1193
perfDataKey
= RegistryKey.OpenRemoteBaseKey(RegistryHive.PerformanceData, machineName);
1196
perfDataKey
= Registry.PerformanceData;
1212
perfDataKey
= null;
4 references to perfDataKey
System (4)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (4)
1209
if(
perfDataKey
!= null)
1210
perfDataKey
.Close();
1234
data = (byte[])
perfDataKey
.GetValue(item);
1265
throw new InvalidOperationException(SR.GetString(SR.CounterDataCorrupt,
perfDataKey
.ToString()), e);