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