3 writes to LoggingEventQueueDepth
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1356telemetry.LoggingEventQueueDepth = loggingService.EventQueueCount;
Microsoft.Build.Framework.UnitTests (2)
CrashTelemetry_Tests.cs (2)
703LoggingEventQueueDepth = 42, 743LoggingEventQueueDepth = 0,
5 references to LoggingEventQueueDepth
Microsoft.Build.Framework (3)
Telemetry\CrashTelemetry.cs (3)
533AddIfNotNull(LoggingEventQueueDepth); 603AddIfNotNull(LoggingEventQueueDepth?.ToString(), nameof(LoggingEventQueueDepth));
Microsoft.Build.Framework.UnitTests (2)
CrashTelemetry_Tests.cs (2)
720props[nameof(CrashTelemetry.LoggingEventQueueDepth)].ShouldBe("42"); 762props[nameof(CrashTelemetry.LoggingEventQueueDepth)].ShouldBe(0);