17 references to CrashExitType
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (3)
1272isUnhandled ? CrashExitType.UnhandledException : CrashExitType.EndBuildFailure, 1294ExitType = 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)
247CrashExitType.UnhandledException, 1260if (!Enum.TryParse<CrashExitType>(exitType.ToString(), out CrashExitType crashExitType)) 1262crashExitType = CrashExitType.Unknown;