2 references to CreateAnalyzerExceptionDiagnostic
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (2)
257
diagnostics = ImmutableArray.Create(
CreateAnalyzerExceptionDiagnostic
(analyzer, e));
289
diagnostics = ImmutableArray.Create(
CreateAnalyzerExceptionDiagnostic
(analyzer, e));