3 references to Write
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\CounterAggregator.cs (1)
99
Volatile.
Write
(ref _currValue, value);
System\Diagnostics\Metrics\LastValueAggregator.cs (1)
48
public override void Update(double value) => Volatile.
Write
(ref _lastValue, value);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
622
public static void VolatileWrite(ref double address, double value) => Volatile.
Write
(ref address, value);