6 writes to CounterNameHashCode
System (6)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (6)
288
newCounterEntryPointer->
CounterNameHashCode
= GetWstrHashCode(counterName);
300
newCounterEntryPointer->
CounterNameHashCode
= GetWstrHashCode(counterName);
394
newCounterEntryPointer->
CounterNameHashCode
= firstCounterInCategoryPointer->CounterNameHashCode;
406
newCounterEntryPointer->
CounterNameHashCode
= firstCounterInCategoryPointer->CounterNameHashCode;
418
newCounterEntryPointer->
CounterNameHashCode
= GetWstrHashCode(counterName);
467
newCounterEntryPointer->
CounterNameHashCode
= counterNameHashCode;
3 references to CounterNameHashCode
System (3)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (3)
394
newCounterEntryPointer->CounterNameHashCode = firstCounterInCategoryPointer->
CounterNameHashCode
;
406
newCounterEntryPointer->CounterNameHashCode = firstCounterInCategoryPointer->
CounterNameHashCode
;
874
if (currentCounterPointer->
CounterNameHashCode
== counterNameHashCode) {