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