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