1 write to _minLocalFreeThreads
System.Runtime.Remoting (1)
channels\core\requestqueue.cs (1)
76
_minLocalFreeThreads
= minLocalFreeThreads;
3 references to _minLocalFreeThreads
System.Runtime.Remoting (3)
channels\core\requestqueue.cs (3)
106
if (isLocal && freeThreads >=
_minLocalFreeThreads
&& _count == 0)
122
else if (freeThreads >=
_minLocalFreeThreads
) {
164
if (workerThreads >=
_minLocalFreeThreads
)