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