1 write to s_nonFatalHandler
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Compilers\Core\Portable\InternalUtilities\FatalError.cs (1)
50s_nonFatalHandler = nonFatalHandler;
3 references to s_nonFatalHandler
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Compilers\Core\Portable\InternalUtilities\FatalError.cs (3)
74copyHandlerTo(assembly, s_nonFatalHandler, nameof(s_nonFatalHandler)); 250ReportException(exception, severity, forceDump, s_nonFatalHandler);