2 writes to Handler
InteractiveHost32 (1)
InteractiveHostEntryPoint.cs (1)
18
FatalError.
Handler
= FailFast.Handler;
InteractiveHost64 (1)
InteractiveHostEntryPoint.cs (1)
18
FatalError.
Handler
= FailFast.Handler;
10 references to Handler
Microsoft.CodeAnalysis.InteractiveHost (10)
FatalError.cs (10)
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
155
/// Calls <see cref="
Handler
"/> and doesn't pass the exception through (the method returns true).
178
/// Use in an exception filter to report an error (by calling <see cref="
Handler
"/>) and catch
195
/// <para>Use in an exception filter to report an error (by calling <see cref="
Handler
"/>) and