1 write to _maxCompletionPortThreads
NuGet.Protocol (1)
Plugins\Logging\ThreadPoolLogMessage.cs (1)
21
ThreadPool.GetMaxThreads(out _maxWorkerThreads, out
_maxCompletionPortThreads
);
1 reference to _maxCompletionPortThreads
NuGet.Protocol (1)
Plugins\Logging\ThreadPoolLogMessage.cs (1)
30
new JProperty("completion port thread maximum count",
_maxCompletionPortThreads
));