2 writes to ExitType
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1294
ExitType
= CrashExitType.EndBuildHang,
Microsoft.Build.Framework (1)
Telemetry\CrashTelemetryRecorder.cs (1)
209
crashTelemetry.
ExitType
= exitType;
6 references to ExitType
Microsoft.Build.Framework (6)
Telemetry\CrashTelemetry.cs (6)
500
if (
ExitType
!= CrashExitType.Unknown)
502
telemetryItems.Add(nameof(
ExitType
),
ExitType
.ToString());
570
if (
ExitType
!= CrashExitType.Unknown)
572
AddIfNotNull(
ExitType
.ToString(), nameof(
ExitType
));