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