2 writes to _legacy_minIOCompletionThreads
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (2)
153
_legacy_minIOCompletionThreads
= 1;
205
_legacy_minIOCompletionThreads
= (short)Math.Max(1, ioCompletionThreads);
5 references to _legacy_minIOCompletionThreads
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (5)
161
(ushort)
_legacy_minIOCompletionThreads
,
237
(ushort)
_legacy_minIOCompletionThreads
,
260
ioCompletionThreads =
_legacy_minIOCompletionThreads
;
278
if (ioCompletionThreads <
_legacy_minIOCompletionThreads
)
307
(ushort)
_legacy_minIOCompletionThreads
,