1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
62
_workspace
= workspace;
6 references to _workspace
Microsoft.VisualStudio.LanguageServices (6)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (6)
93
var currentSolution =
_workspace
.CurrentSolution;
104
.Where(p =>
_workspace
.GetHierarchy(p.Id) == hierarchy);
193
command.Text = GetBackgroundAnalysisScope(
_workspace
.CurrentSolution, _globalOptions) switch
309
var solution =
_workspace
.CurrentSolution;
352
var projectMap =
_workspace
.Services.GetRequiredService<IHierarchyItemToProjectIdMap>();
356
return
_workspace
.CurrentSolution.GetProject(projectId);