1 write to _machineName
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
102
_machineName
= machineName;
6 references to _machineName
System.Diagnostics.PerformanceCounter (6)
System\Diagnostics\PerformanceCounterLib.cs (6)
674
if (
_machineName
== "." || string.Equals(
_machineName
, ComputerName, StringComparison.OrdinalIgnoreCase))
680
baseKey = RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine, "\\\\" +
_machineName
);
1008
_performanceMonitor ??= new PerformanceMonitor(
_machineName
);
1024
RegistryKey libraryKey = string.Equals(
_machineName
, ComputerName, StringComparison.OrdinalIgnoreCase) ?
1026
RegistryKey.OpenRemoteBaseKey(RegistryHive.PerformanceData,
_machineName
);