3 references to Read
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (2)
259workerThreads = Volatile.Read(ref _minThreads); 320workerThreads = Volatile.Read(ref _maxThreads);
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
573public static short VolatileRead(ref short address) => Volatile.Read(ref address);