4 references to LogCapacity
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (4)
77private readonly LogEntry[] _log = new LogEntry[LogCapacity]; // SOS's ThreadPool command depends on this name 400int index = (_logStart + _logSize) % LogCapacity; 402if (_logSize == LogCapacity) 404_logStart = (_logStart + 1) % LogCapacity;