1 write to Workspace
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
75
Workspace
= componentModel.GetService<VisualStudioWorkspace>();
3 references to Workspace
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\AbstractLegacyProject.cs (3)
76
var workspaceImpl = (VisualStudioWorkspaceImpl)
Workspace
;
97
foreach (var projectId in
Workspace
.CurrentSolution.ProjectIds)
99
if (
Workspace
.GetHierarchy(projectId) == hierarchy)