3 writes to Handler
csc (1)
Csc.cs (1)
24FatalError.Handler = FailFast.Handler;
vbc (1)
Vbc.cs (1)
24FatalError.Handler = FailFast.Handler;
VBCSCompiler (1)
BuildServerController.cs (1)
130FatalError.Handler = FailFast.Handler;
7 references to Handler
Microsoft.CodeAnalysis (7)
InternalUtilities\FatalError.cs (7)
78var targetHandlerProperty = targetType.GetProperty(nameof(FatalError.Handler), BindingFlags.Static | BindingFlags.Public)!; 79if (Handler is not null) 82var 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