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