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