10 references to Handler
Microsoft.CodeAnalysis.CodeStyle (10)
FatalError.cs (10)
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 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