3 references to GetDiagnosticSources
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (2)
77
return new(
GetDiagnosticSources
(diagnosticKind: default, taskList: true, context, GlobalOptions));
94
return new(
GetDiagnosticSources
(diagnosticKind.Value, taskList: false, context, GlobalOptions));
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (1)
89
return ValueTaskFactory.FromResult(DocumentPullDiagnosticHandler.
GetDiagnosticSources
(DiagnosticKind.All, taskList: false, context, GlobalOptions));