1 write to Workspace
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
76Workspace = componentModel.GetService<VisualStudioWorkspace>();
5 references to Workspace
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\AbstractLegacyProject.cs (3)
77var workspaceImpl = (VisualStudioWorkspaceImpl)Workspace; 98foreach (var projectId in Workspace.CurrentSolution.ProjectIds) 100if (Workspace.GetHierarchy(projectId) == hierarchy)
Microsoft.VisualStudio.LanguageServices.CSharp (2)
ProjectSystemShim\CSharpProjectShim.cs (1)
69this.ProjectSystemProjectOptionsProcessor = new OptionsProcessor(this.ProjectSystemProject, Workspace.Services.SolutionServices);
ProjectSystemShim\CSharpProjectShim.ICSharpProjectSite.cs (1)
132var project = Workspace.CurrentSolution.GetRequiredProject(ProjectSystemProject.Id);