1 write to _minWorkerThreads
NuGet.Protocol (1)
Plugins\Logging\ThreadPoolLogMessage.cs (1)
20
ThreadPool.GetMinThreads(out
_minWorkerThreads
, out _minCompletionPortThreads);
1 reference to _minWorkerThreads
NuGet.Protocol (1)
Plugins\Logging\ThreadPoolLogMessage.cs (1)
27
new JProperty("worker thread minimum count",
_minWorkerThreads
),