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