2 references to ThreadCounts
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.ThreadCounts.cs (2)
162public ThreadCounts VolatileRead() => new ThreadCounts(Volatile.Read(ref _data)); 173return new ThreadCounts(Interlocked.CompareExchange(ref _data, newCounts._data, oldCounts._data));