2 instantiations of AggregatedDocumentDiagnosticSource
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\DiagnosticSourceProviders\DiagnosticSourceManager.cs (2)
112
sources = [new
AggregatedDocumentDiagnosticSource
(sources)];
140
result = [new
AggregatedDocumentDiagnosticSource
(result)];
1 reference to AggregatedDocumentDiagnosticSource
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticSourceProviders\DiagnosticSourceManager.cs (1)
120
sources = [.. sources.GroupBy(s => s.GetId(), s => s).SelectMany(g =>
AggregatedDocumentDiagnosticSource
.AggregateIfNeeded(g))];