2 writes to ExitType
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1269
ExitType
= CrashExitType.EndBuildHang,
Microsoft.Build.Framework (1)
Telemetry\CrashTelemetryRecorder.cs (1)
210
crashTelemetry.
ExitType
= exitType;
6 references to ExitType
Microsoft.Build.Framework (6)
Telemetry\CrashTelemetry.cs (6)
499
if (
ExitType
!= CrashExitType.Unknown)
501
telemetryItems.Add(nameof(
ExitType
),
ExitType
.ToString());
569
if (
ExitType
!= CrashExitType.Unknown)
571
AddIfNotNull(
ExitType
.ToString(), nameof(
ExitType
));