17 references to CrashExitType
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (3)
1316isUnhandled ? CrashExitType.UnhandledException : CrashExitType.EndBuildFailure, 1338ExitType = CrashExitType.EndBuildHang,
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
109exitType: CrashExitType.UnhandledException,
Microsoft.Build.Framework (6)
Telemetry\CrashTelemetry.cs (3)
120public CrashExitType ExitType { get; set; } 500if (ExitType != CrashExitType.Unknown) 570if (ExitType != CrashExitType.Unknown)
Telemetry\CrashTelemetryRecorder.cs (3)
40CrashExitType exitType, 76CrashExitType exitType, 203CrashExitType exitType,
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
109exitType: CrashExitType.UnhandledException,
Microsoft.Build.Utilities.Core (1)
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
109exitType: CrashExitType.UnhandledException,
MSBuild (5)
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
109exitType: CrashExitType.UnhandledException,
XMake.cs (4)
248CrashExitType.UnhandledException, 1356if (!Enum.TryParse<CrashExitType>(exitType.ToString(), out CrashExitType crashExitType)) 1358crashExitType = CrashExitType.Unknown;