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