2 writes to HelpIndexes
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
185
newCategoryEntry.
HelpIndexes
= adjustedHelpIndexes;
1366
HelpIndexes
= new int[perfObject.NumCounters];
3 references to HelpIndexes
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\PerformanceCounterLib.cs (3)
170
newCategoryEntry.
HelpIndexes
[index3] = perfCounter.CounterHelpTitleIndex;
183
Array.Copy(newCategoryEntry.
HelpIndexes
, adjustedHelpIndexes, index3);
953
helpIndex = entry.
HelpIndexes
[index];