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