2 writes to s_handler
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
52s_handler = handler; 64s_handler = value;
11 references to s_handler
Microsoft.CodeAnalysis.ResxSourceGenerator (11)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (11)
49if (s_handler != handler) 51Debug.Assert(s_handler == null, "Handler already set"); 79copyHandlerTo(assembly, s_handler, nameof(s_handler)); 101/// The error is reported by calling <see cref="s_handler"/>. 112/// Use in an exception filter to report an error (by calling <see cref="s_handler"/>), unless the 128/// <para>Use in an exception filter to report an error (by calling <see cref="s_handler"/>), unless the 158/// Calls <see cref="s_handler"/> and doesn't pass the exception through (the method returns true). 186/// Use in an exception filter to report an error (by calling <see cref="s_handler"/>) and catch 203/// <para>Use in an exception filter to report an error (by calling <see cref="s_handler"/>) and 264ReportException(exception, severity, forceDump, s_handler);