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