3 instantiations of ErrorCountsInfo
Microsoft.Build (1)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (1)
87buildTelemetry.ErrorCounts = new ErrorCountsInfo(
Microsoft.Build.Engine.UnitTests (2)
BackEnd\KnownTelemetry_Tests.cs (2)
137buildTelemetry.ErrorCounts = new ErrorCountsInfo( 182buildTelemetry.ErrorCounts = new ErrorCountsInfo(
5 references to ErrorCountsInfo
Microsoft.Build.Engine.UnitTests (4)
BackEnd\KnownTelemetry_Tests.cs (4)
163var errorCounts = activityProperties["ErrorCounts"] as ErrorCountsInfo; 204var errorCounts = activityProperties["ErrorCounts"] as ErrorCountsInfo;
Microsoft.Build.Framework (1)
Telemetry\BuildTelemetry.cs (1)
152public ErrorCountsInfo? ErrorCounts { get; set; }