1 write to CrashOnAnalyzerException
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
27
CrashOnAnalyzerException
= globalOptions.GetOption(CrashOnAnalyzerException),
2 references to CrashOnAnalyzerException
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (1)
174
if (ex is not OperationCanceledException && ideOptions.
CrashOnAnalyzerException
)
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
39
"dotnet_crash_on_analyzer_exception", IdeAnalyzerOptions.CommonDefault.
CrashOnAnalyzerException
);