4 references to Write
System.Private.CoreLib (4)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\CachedInterfaceDispatch.cs (1)
98Volatile.Write(ref pDispatchCell->MethodTable, (nint)pInstanceType);
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtableOfPointers.cs (2)
483Volatile.Write(ref hashTableLocal[tableIndex], value); 494Volatile.Write(ref hashTableLocal[tableIndex], IntPtr.Zero);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
627public static void VolatileWrite(ref nint address, nint value) => Volatile.Write(ref address, value);