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