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