3 writes to perfDataKey
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\PerformanceCounterLib.cs (3)
1261
perfDataKey
= PerformanceDataRegistryKey.OpenRemoteBaseKey(machineName);
1264
perfDataKey
= PerformanceDataRegistryKey.OpenLocal();
1282
perfDataKey
= null;
3 references to perfDataKey
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\PerformanceCounterLib.cs (3)
1280
perfDataKey
?.Close();
1305
return
perfDataKey
.GetValue(item, usePool);
1340
throw new InvalidOperationException(SR.Format(SR.CounterDataCorrupt,
perfDataKey
.ToString()), e);