23 references to CrashExitType
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (3)
1247isUnhandled ? CrashExitType.UnhandledException : CrashExitType.EndBuildFailure, 1269ExitType = CrashExitType.EndBuildHang,
DebugUtils.cs (1)
109exitType: CrashExitType.UnhandledException,
Microsoft.Build.Framework (6)
Telemetry\CrashTelemetry.cs (3)
117public CrashExitType ExitType { get; set; } 497if (ExitType != CrashExitType.Unknown) 567if (ExitType != CrashExitType.Unknown)
Telemetry\CrashTelemetryRecorder.cs (3)
40CrashExitType exitType, 76CrashExitType exitType, 204CrashExitType exitType,
Microsoft.Build.Framework.UnitTests (6)
CrashTelemetry_Tests.cs (6)
109ExitType = CrashExitType.Unexpected, 160ExitType = CrashExitType.Unexpected, 695ExitType = CrashExitType.EndBuildHang, 735ExitType = CrashExitType.EndBuildHang, 778ExitType = CrashExitType.EndBuildHang, 797ExitType = CrashExitType.EndBuildHang,
Microsoft.Build.Tasks.Core (1)
DebugUtils.cs (1)
109exitType: CrashExitType.UnhandledException,
Microsoft.Build.Utilities.Core (1)
DebugUtils.cs (1)
109exitType: CrashExitType.UnhandledException,
MSBuild (5)
DebugUtils.cs (1)
109exitType: CrashExitType.UnhandledException,
XMake.cs (4)
247CrashExitType.UnhandledException, 1104if (!Enum.TryParse<CrashExitType>(exitType.ToString(), out CrashExitType crashExitType)) 1106crashExitType = CrashExitType.Unknown;