4 references to Read
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtableOfPointers.cs (3)
221IntPtr value = Volatile.Read(ref hashtable[tableIndex]); 360IntPtr examineEntry = Volatile.Read(ref hashTable[tableIndex]); 619IntPtr examineEntry = Volatile.Read(ref _hashtableContentsToEnumerate[_index]);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
582public static nint VolatileRead(ref nint address) => Volatile.Read(ref address);