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