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