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