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)
106if (isLocal && freeThreads >= _minLocalFreeThreads && _count == 0) 122else if (freeThreads >= _minLocalFreeThreads) { 164if (workerThreads >= _minLocalFreeThreads)