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