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