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