1 implementation of EventQueueCount
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
521public int EventQueueCount => _eventQueue?.Count ?? 0;
1 reference to EventQueueCount
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1356telemetry.LoggingEventQueueDepth = loggingService.EventQueueCount;