2 writes to _legacy_maxIOCompletionThreads
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (2)
154_legacy_maxIOCompletionThreads = 1000; 288_legacy_maxIOCompletionThreads = (short)Math.Min(ioCompletionThreads, MaxPossibleThreadCount);
6 references to _legacy_maxIOCompletionThreads
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (6)
162(ushort)_legacy_maxIOCompletionThreads); 195if (ioCompletionThreads > _legacy_maxIOCompletionThreads) 238(ushort)_legacy_maxIOCompletionThreads); 308(ushort)_legacy_maxIOCompletionThreads); 321ioCompletionThreads = _legacy_maxIOCompletionThreads; 328ioCompletionThreads = _legacy_maxIOCompletionThreads;