1 write to ErrorCounts
Microsoft.Build (1)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (1)
87buildTelemetry.ErrorCounts = new ErrorCountsInfo(
3 references to ErrorCounts
Microsoft.Build.Framework (3)
Telemetry\BuildTelemetry.cs (3)
180AddIfNotNull(ErrorCounts); 211AddIfNotNull(ErrorCounts?.ToString(), nameof(ErrorCounts));