6 writes to CounterNameHashCode
System.Diagnostics.PerformanceCounter (6)
System\Diagnostics\SharedPerformanceCounter.cs (6)
296newCounterEntryPointer->CounterNameHashCode = GetWstrHashCode(counterName); 309newCounterEntryPointer->CounterNameHashCode = GetWstrHashCode(counterName); 408newCounterEntryPointer->CounterNameHashCode = firstCounterInCategoryPointer->CounterNameHashCode; 421newCounterEntryPointer->CounterNameHashCode = firstCounterInCategoryPointer->CounterNameHashCode; 435newCounterEntryPointer->CounterNameHashCode = GetWstrHashCode(counterName); 486newCounterEntryPointer->CounterNameHashCode = counterNameHashCode;
3 references to CounterNameHashCode
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\SharedPerformanceCounter.cs (3)
408newCounterEntryPointer->CounterNameHashCode = firstCounterInCategoryPointer->CounterNameHashCode; 421newCounterEntryPointer->CounterNameHashCode = firstCounterInCategoryPointer->CounterNameHashCode; 930if (currentCounterPointer->CounterNameHashCode == counterNameHashCode)