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