1 reference to Write
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
644public static void VolatileWrite(ref float address, float value) => Volatile.Write(ref address, value);