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