1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
60
_workspace
= workspace;
6 references to _workspace
Microsoft.VisualStudio.LanguageServices (6)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (6)
90
var currentSolution =
_workspace
.CurrentSolution;
102
.Where(p =>
_workspace
.GetHierarchy(p.Id) == hierarchy);
191
command.Text = GetBackgroundAnalysisScope(
_workspace
.CurrentSolution, _globalOptions) switch
307
var solution =
_workspace
.CurrentSolution;
414
var projectMap =
_workspace
.Services.GetRequiredService<IHierarchyItemToProjectIdMap>();
418
return
_workspace
.CurrentSolution.GetProject(projectId);