2 writes to s_handler
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\Compilers\Core\Portable\InternalUtilities\FatalError.cs (2)
49s_handler = handler; 61s_handler = value;
11 references to s_handler
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (11)
src\Compilers\Core\Portable\InternalUtilities\FatalError.cs (11)
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). 180/// Use in an exception filter to report an error (by calling <see cref="s_handler"/>) and catch 197/// <para>Use in an exception filter to report an error (by calling <see cref="s_handler"/>) and 239ReportException(exception, severity, forceDump, s_handler);