5 references to ComputerName
System (5)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (1)
516
if (currentMachineName != "." && String.Compare(currentMachineName, PerformanceCounterLib.
ComputerName
, StringComparison.OrdinalIgnoreCase) != 0)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (4)
627
if (machineName == "." || String.Compare(this.machineName,
ComputerName
, StringComparison.OrdinalIgnoreCase) == 0) {
920
machineName =
ComputerName
.ToLower(CultureInfo.InvariantCulture);
963
if (String.Compare(this.machineName,
ComputerName
, StringComparison.OrdinalIgnoreCase) == 0)
1191
if (machineName != "." && String.Compare(machineName, PerformanceCounterLib.
ComputerName
, StringComparison.OrdinalIgnoreCase) != 0) {