4 references to _workspace
Microsoft.VisualStudio.LanguageServices (4)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (4)
76
var currentSolution =
_workspace
.CurrentSolution;
87
.Where(p =>
_workspace
.GetHierarchy(p.Id) == hierarchy);
173
var solution =
_workspace
.CurrentSolution;
224
var projectMap =
_workspace
.Services.GetRequiredService<IHierarchyItemToProjectIdMap>();