3 references to Read
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\CounterAggregator.cs (1)
108
currentValue = Volatile.
Read
(ref _currValue);
System\Diagnostics\Metrics\LastValueAggregator.cs (1)
50
public override IAggregationStatistics Collect() => new SynchronousLastValueStatistics(Volatile.
Read
(ref _lastValue));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
577
public static double VolatileRead(ref double address) => Volatile.
Read
(ref address);