3 references to Workspace
Microsoft.VisualStudio.LanguageServices.Implementation (3)
SolutionExplorer\AnalyzerItem\AnalyzerItemSource.cs (3)
56_workspaceChangedDisposer = this.Workspace.RegisterWorkspaceChangedHandler(OnWorkspaceChanged); 95var project = this.Workspace.CurrentSolution.GetProject(this.ProjectId); 147var client = await RemoteHostClient.TryGetClientAsync(this.Workspace, cancellationToken).ConfigureAwait(false);