4 references to _workspace
Microsoft.VisualStudio.LanguageServices (4)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (4)
74
var currentSolution =
_workspace
.CurrentSolution;
85
.Where(p =>
_workspace
.GetHierarchy(p.Id) == hierarchy);
171
var solution =
_workspace
.CurrentSolution;
222
var projectMap =
_workspace
.Services.GetRequiredService<IHierarchyItemToProjectIdMap>();