2 writes to HelpIndexes
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
146newCategoryEntry.HelpIndexes = adjustedHelpIndexes; 1284this.HelpIndexes = new int[perfObject.NumCounters];
3 references to HelpIndexes
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
132newCategoryEntry.HelpIndexes[index3] = perfCounter.CounterHelpTitleIndex; 144Array.Copy(newCategoryEntry.HelpIndexes, adjustedHelpIndexes, index3); 871helpIndex = entry.HelpIndexes[index];