2 references to Exchange
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\CounterAggregator.cs (1)
64
delta += Interlocked.
Exchange
(ref paddedDelta.Value, 0);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventCounter.cs (1)
177
double value = Interlocked.
Exchange
(ref _bufferedValues[i], UnusedBufferSlotValue);