2 writes to _eventQueue
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1416
_eventQueue
= new ConcurrentQueue<object>();
1482
_eventQueue
= null;
5 references to _eventQueue
Microsoft.Build (5)
BackEnd\Components\Logging\LoggingService.cs (5)
279
/// Task which pump/process messages from <see cref="
_eventQueue
"/>
521
public int EventQueueCount =>
_eventQueue
?.Count ?? 0;
1310
ConcurrentQueue<object> eventQueue =
_eventQueue
;
1357
while (
_eventQueue
?.IsEmpty == false)
1435
var eventQueue =
_eventQueue
;