4 references to SetHandlers
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\RoslynLogger.cs (1)
35FatalError.SetHandlers(handler, nonFatalHandler: handler);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Watson\FaultReporter.cs (1)
37FatalError.SetHandlers(handler, nonFatalHandler: handler);
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
267/// cref="SetHandlers(ErrorReporterHandler, ErrorReporterHandler?)"/>.
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
UtilityTest\ExceptionHelpersTests.cs (1)
60FatalError.SetHandlers(delegate { }, delegate { });