3 writes to WorkQueueDepth
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1303
telemetry.
WorkQueueDepth
= _workQueue?.InputCount;
Microsoft.Build.Framework.UnitTests (2)
CrashTelemetry_Tests.cs (2)
706
WorkQueueDepth
= 5,
746
WorkQueueDepth
= 0,
5 references to WorkQueueDepth
Microsoft.Build.Framework (3)
Telemetry\CrashTelemetry.cs (3)
536
AddIfNotNull(
WorkQueueDepth
);
606
AddIfNotNull(
WorkQueueDepth
?.ToString(), nameof(
WorkQueueDepth
));
Microsoft.Build.Framework.UnitTests (2)
CrashTelemetry_Tests.cs (2)
723
props[nameof(CrashTelemetry.
WorkQueueDepth
)].ShouldBe("5");
765
props[nameof(CrashTelemetry.
WorkQueueDepth
)].ShouldBe(0);