2 writes to _queueCapacity
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
328
_queueCapacity
= localQueueCapacity;
331
_queueCapacity
= Math.Max(0, _queueCapacity);
2 references to _queueCapacity
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
331
_queueCapacity = Math.Max(0,
_queueCapacity
);
1294
while (_eventQueue.Count >=
_queueCapacity
)