4 writes to Value
System (4)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (4)
1450
return Interlocked.Add(ref counterEntry->
Value
, addend);
1457
return Interlocked.Decrement(ref counterEntry->
Value
);
1478
return Interlocked.Increment(ref counterEntry->
Value
);
1488
counterEntry->
Value
= value;
1 reference to Value
System (1)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
1471
return counterEntry->
Value
;