5 references to MSBuildGeneral
Microsoft.Build (3)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (3)
89
MsBuildGeneral: GetCountOrNull(ErrorCategory.
MSBuildGeneral
),
252
>= 4001 and <= 4099 => ErrorCategory.
MSBuildGeneral
,
257
>= 4500 and <= 4999 => ErrorCategory.
MSBuildGeneral
,
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BuildTelemetryErrorCategorization_Tests.cs (2)
25
[InlineData("MSB4018", null, nameof(ErrorCategory.
MSBuildGeneral
))]
70
case nameof(ErrorCategory.
MSBuildGeneral
):