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