2 references to VolatileSingle
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Volatile.cs (2)
145
Unsafe.As<float,
VolatileSingle
>(ref Unsafe.AsRef(in location)).Value;
150
Unsafe.As<float,
VolatileSingle
>(ref location).Value = value;