1 write to counterEntryPointer
System (1)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
118
this.
counterEntryPointer
= GetCounter(counterName, instanceName, categoryData.EnableReuse, lifetime);
10 references to counterEntryPointer
System (10)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (10)
131
if (
counterEntryPointer
== null)
134
return GetValue(this.
counterEntryPointer
);
138
if (
counterEntryPointer
== null)
141
SetValue(this.
counterEntryPointer
, value);
1259
if (
counterEntryPointer
== null)
1262
CounterEntry* counterEntry = this.
counterEntryPointer
;
1268
if (
counterEntryPointer
== null)
1271
return IncrementUnaligned(this.
counterEntryPointer
);
1275
if (
counterEntryPointer
== null)
1278
return DecrementUnaligned(this.
counterEntryPointer
);