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