4 references to Solution
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Diagnostics\DiagnosticSources\AbstractWorkspaceDocumentDiagnosticSource.cs (2)
42
var service = this.
Solution
.Services.GetRequiredService<IDiagnosticAnalyzerService>();
73
var service = this.
Solution
.Services.GetRequiredService<IDiagnosticAnalyzerService>();
Handler\Diagnostics\DiagnosticSources\DocumentDiagnosticSource.cs (1)
24
var service = this.
Solution
.Services.GetRequiredService<IDiagnosticAnalyzerService>();
Handler\Diagnostics\DiagnosticSources\NonLocalDocumentDiagnosticSource.cs (1)
26
var service = this.
Solution
.Services.GetRequiredService<IDiagnosticAnalyzerService>();