3 references to Read
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (1)
159uint version = Volatile.Read(ref pEntry._version);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\GenericCache.cs (1)
153uint version = Volatile.Read(ref pEntry.Version);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
601public static uint VolatileRead(ref uint address) => Volatile.Read(ref address);