4 references to Read
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
589
public static IntPtr VolatileRead(ref IntPtr address) => Volatile.
Read
(ref address);
src\libraries\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs (2)
53
while ((freePtr = Volatile.
Read
(ref s_freeList)) != IntPtr.Zero)
166
IntPtr freePtr = Volatile.
Read
(ref s_freeList);
src\System\RuntimeType.CoreCLR.cs (1)
2476
if (Volatile.
Read
(ref m_cache) == IntPtr.Zero)