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