2 writes to _eventQueue
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1474_eventQueue = new ConcurrentQueue<object>(); 1540_eventQueue = null;
5 references to _eventQueue
Microsoft.Build (5)
BackEnd\Components\Logging\LoggingService.cs (5)
285/// Task which pump/process messages from <see cref="_eventQueue"/> 528public int EventQueueCount => _eventQueue?.Count ?? 0; 1358ConcurrentQueue<object> eventQueue = _eventQueue; 1405while (_eventQueue?.IsEmpty == false) 1493var eventQueue = _eventQueue;