3 references to SingleInstanceName
System (3)
services\monitoring\system\diagnosticts\InstanceDataCollection.cs (1)
65
instanceName = PerformanceCounterLib.
SingleInstanceName
;
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (1)
457
if (instanceNames.Length == 1 && instanceNames[0].CompareTo(PerformanceCounterLib.
SingleInstanceName
) == 0)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1377
this.InstanceNameTable[PerformanceCounterLib.
SingleInstanceName
] = 0;