4 writes to Value
System.Diagnostics.PerformanceCounter (4)
System\Diagnostics\SharedPerformanceCounter.cs (4)
1568return Interlocked.Add(ref counterEntry->Value, addend); 1576return Interlocked.Decrement(ref counterEntry->Value); 1600return Interlocked.Increment(ref counterEntry->Value); 1612counterEntry->Value = value;
1 reference to Value
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\SharedPerformanceCounter.cs (1)
1592return counterEntry->Value;