4 references to SetHandlers
csc (1)
src\Compilers\Shared\Csc.cs (1)
24FatalError.SetHandlers(FailFast.Handler, nonFatalHandler: null);
Microsoft.CodeAnalysis (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
267/// cref="SetHandlers(ErrorReporterHandler, ErrorReporterHandler?)"/>.
vbc (1)
src\Compilers\Shared\Vbc.cs (1)
24FatalError.SetHandlers(FailFast.Handler, nonFatalHandler: null);
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
130FatalError.SetHandlers(FailFast.Handler, nonFatalHandler: null);