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