3 writes to machineName
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (3)
40machineName = "."; 69this.machineName = machineName; 151machineName = value;
10 references to machineName
System (10)
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (10)
90PerformanceCounterPermission permission = new PerformanceCounterPermission(PerformanceCounterPermissionAccess.Read, machineName, value); 107categoryHelp = PerformanceCounterLib.GetCategoryHelp(this.machineName, this.categoryName); 115CategorySample categorySample = PerformanceCounterLib.GetCategorySample(machineName, categoryName); 137return machineName; 166return PerformanceCounterLib.CounterExists(machineName, categoryName, counterName); 485string[] counterNames = PerformanceCounterLib.GetCounters(machineName, categoryName); 488counters[index] = new PerformanceCounter(categoryName, counterNames[index], instanceName, machineName, true); 526return GetCounterInstances(categoryName, machineName); 539CategorySample categorySample = PerformanceCounterLib.GetCategorySample(machineName, categoryName); 578CategorySample categorySample = PerformanceCounterLib.GetCategorySample(this.machineName, this.categoryName);