1 write to WorkQueueDepth
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1328
telemetry.
WorkQueueDepth
= _workQueue?.InputCount;
3 references to WorkQueueDepth
Microsoft.Build.Framework (3)
Telemetry\CrashTelemetry.cs (3)
539
AddIfNotNull(
WorkQueueDepth
);
609
AddIfNotNull(
WorkQueueDepth
?.ToString(), nameof(
WorkQueueDepth
));