3 references to ConvertToLocalDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\DocumentAnalysisExecutor.cs (3)
96
return
ConvertToLocalDiagnostics
(generatorDiagnostics, textDocument, span);
114
return
ConvertToLocalDiagnostics
(documentDiagnostics, document, span);
172
Debug.Assert(diagnostics.Length ==
ConvertToLocalDiagnostics
(diags, textDocument, span).Count());