1 write to LoggingEventQueueDepth
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1356telemetry.LoggingEventQueueDepth = loggingService.EventQueueCount;
3 references to LoggingEventQueueDepth
Microsoft.Build.Framework (3)
Telemetry\CrashTelemetry.cs (3)
535AddIfNotNull(LoggingEventQueueDepth); 605AddIfNotNull(LoggingEventQueueDepth?.ToString(), nameof(LoggingEventQueueDepth));