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