2 writes to s_handler
Microsoft.CodeAnalysis (2)
InternalUtilities\FatalError.cs (2)
49s_handler = handler; 61s_handler = value;
9 references to s_handler
Microsoft.CodeAnalysis (9)
InternalUtilities\FatalError.cs (9)
46if (s_handler != handler) 48Debug.Assert(s_handler == null, "Handler already set"); 73copyHandlerTo(assembly, s_handler, nameof(s_handler)); 95/// The error is reported by calling <see cref="s_handler"/>. 106/// Use in an exception filter to report an error (by calling <see cref="s_handler"/>), unless the 122/// <para>Use in an exception filter to report an error (by calling <see cref="s_handler"/>), unless the 152/// Calls <see cref="s_handler"/> and doesn't pass the exception through (the method returns true). 239ReportException(exception, severity, forceDump, s_handler);