3 references to Solution
Microsoft.VisualStudio.LanguageServices (3)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (3)
201
var convertedDiagnostics = group.SelectAsArray(d => CreateDiagnostic(projectId, projectHierarchyGuid, d, state.
Solution
));
347
var project =
Solution
.GetProject(projectId);
356
var service = this.
Solution
.Services.GetRequiredService<IDiagnosticAnalyzerService>();