3 references to FatalError
Microsoft.Build.Framework (3)
FailFast.cs (2)
19
/// A pre-created delegate to assign to <see cref="
FatalError
.ErrorReporterHandler" /> if needed.
21
internal static readonly
FatalError
.ErrorReporterHandler Handler = static (e, _, _) => OnFatalException(e);
FatalError.cs (1)
81
var targetType = assembly.GetType(typeof(
FatalError
).FullName!, throwOnError: true)!;