2 writes to _queueCapacity
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
329
_queueCapacity
= localQueueCapacity;
332
_queueCapacity
= Math.Max(0, _queueCapacity);
2 references to _queueCapacity
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
332
_queueCapacity = Math.Max(0,
_queueCapacity
);
1358
while (eventQueue.Count >=
_queueCapacity
)