4 references to VolatileRead
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (2)
326ThreadCounts counts = _separated.counts.VolatileRead(); 331public int ThreadCount => _separated.counts.VolatileRead().NumExistingThreads;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (2)
49(uint)ThreadPoolInstance._separated.counts.VolatileRead().NumExistingThreads); 73(uint)threadPoolInstance._separated.counts.VolatileRead().NumExistingThreads);