1 write to _counterEntryPointer
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\SharedPerformanceCounter.cs (1)
112_counterEntryPointer = GetCounter(counterName, instanceName, _categoryData.EnableReuse, lifetime);
10 references to _counterEntryPointer
System.Diagnostics.PerformanceCounter (10)
System\Diagnostics\SharedPerformanceCounter.cs (10)
128if (_counterEntryPointer == null) 131return GetValue(_counterEntryPointer); 136if (_counterEntryPointer == null) 139SetValue(_counterEntryPointer, value); 1359if (_counterEntryPointer == null) 1362CounterEntry* counterEntry = _counterEntryPointer; 1369if (_counterEntryPointer == null) 1372return IncrementUnaligned(_counterEntryPointer); 1377if (_counterEntryPointer == null) 1380return DecrementUnaligned(_counterEntryPointer);