2 writes to _eventQueue
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1352_eventQueue = new ConcurrentQueue<object>(); 1418_eventQueue = null;
5 references to _eventQueue
Microsoft.Build (5)
BackEnd\Components\Logging\LoggingService.cs (5)
273/// Task which pump/process messages from <see cref="_eventQueue"/> 1267while (_eventQueue.Count >= _queueCapacity) 1273_eventQueue.Enqueue(buildEvent); 1293while (_eventQueue?.IsEmpty == false) 1371var eventQueue = _eventQueue;