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