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