2 writes to CounterIndexes
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
145
newCategoryEntry.
CounterIndexes
= adjustedCounterIndexes;
1283
this.
CounterIndexes
= new int[perfObject.NumCounters];
14 references to CounterIndexes
System (14)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (14)
127
for (int index2 = 0; index2 < newCategoryEntry.
CounterIndexes
.Length; ++ index2) {
131
newCategoryEntry.
CounterIndexes
[index3] = perfCounter.CounterNameTitleIndex;
140
if (index3 < newCategoryEntry.
CounterIndexes
.Length) {
143
Array.Copy(newCategoryEntry.
CounterIndexes
, adjustedCounterIndexes, index3);
340
for (int index = 0; index < entry.
CounterIndexes
.Length; ++ index) {
341
int counterIndex = entry.
CounterIndexes
[index];
806
string[] counters = new string[entry.
CounterIndexes
.Length];
808
int counterIndex = entry.
CounterIndexes
[index];
864
for (int index = 0; index < entry.
CounterIndexes
.Length; ++ index) {
865
int counterIndex = entry.
CounterIndexes
[index];
1479
for (int index = 0; index < this.entry.
CounterIndexes
.Length; ++ index) {
1480
int counterIndex = entry.
CounterIndexes
[index];
1508
for (int index = 0; index < this.entry.
CounterIndexes
.Length; ++ index) {
1509
int counterIndex = entry.
CounterIndexes
[index];