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