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