3 writes to Handler
csc (1)
Csc.cs (1)
24
FatalError.
Handler
= FailFast.Handler;
vbc (1)
Vbc.cs (1)
24
FatalError.
Handler
= FailFast.Handler;
VBCSCompiler (1)
BuildServerController.cs (1)
130
FatalError.
Handler
= FailFast.Handler;
7 references to Handler
Microsoft.CodeAnalysis (7)
InternalUtilities\FatalError.cs (7)
78
var targetHandlerProperty = targetType.GetProperty(nameof(FatalError.
Handler
), BindingFlags.Static | BindingFlags.Public)!;
79
if (
Handler
is not null)
82
var convertedDelegate = Delegate.CreateDelegate(targetHandlerProperty.PropertyType,
Handler
.Target, method:
Handler
.Method);
93
/// The error is reported by calling <see cref="
Handler
"/>.
104
/// Use in an exception filter to report an error (by calling <see cref="
Handler
"/>), unless the
120
/// <para>Use in an exception filter to report an error (by calling <see cref="
Handler
"/>), unless the