17 references to CrashExitType
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (3)
1247
isUnhandled ?
CrashExitType
.UnhandledException :
CrashExitType
.EndBuildFailure,
1269
ExitType =
CrashExitType
.EndBuildHang,
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
109
exitType:
CrashExitType
.UnhandledException,
Microsoft.Build.Framework (6)
Telemetry\CrashTelemetry.cs (3)
120
public
CrashExitType
ExitType { get; set; }
499
if (ExitType !=
CrashExitType
.Unknown)
569
if (ExitType !=
CrashExitType
.Unknown)
Telemetry\CrashTelemetryRecorder.cs (3)
40
CrashExitType
exitType,
76
CrashExitType
exitType,
204
CrashExitType
exitType,
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
109
exitType:
CrashExitType
.UnhandledException,
Microsoft.Build.Utilities.Core (1)
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
109
exitType:
CrashExitType
.UnhandledException,
MSBuild (5)
src\msbuild\src\Shared\Debugging\DebugUtils.cs (1)
109
exitType:
CrashExitType
.UnhandledException,
XMake.cs (4)
247
CrashExitType
.UnhandledException,
1109
if (!Enum.TryParse<
CrashExitType
>(exitType.ToString(), out
CrashExitType
crashExitType))
1111
crashExitType =
CrashExitType
.Unknown;