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