4 references to Solution
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Diagnostics\DiagnosticSources\AbstractWorkspaceDocumentDiagnosticSource.cs (2)
48
var service = this.
Solution
.Services.GetRequiredService<IDiagnosticAnalyzerService>();
79
var service = this.
Solution
.Services.GetRequiredService<IDiagnosticAnalyzerService>();
Handler\Diagnostics\DiagnosticSources\DocumentDiagnosticSource.cs (1)
30
var service = this.
Solution
.Services.GetRequiredService<IDiagnosticAnalyzerService>();
Handler\Diagnostics\DiagnosticSources\NonLocalDocumentDiagnosticSource.cs (1)
29
var service = this.
Solution
.Services.GetRequiredService<IDiagnosticAnalyzerService>();