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