1 write to Workspace
Microsoft.VisualStudio.LanguageServices (1)
SymbolSearch\AbstractDelayStartedService.cs (1)
62Workspace = workspace;
12 references to Workspace
Microsoft.VisualStudio.LanguageServices (12)
Packaging\PackageInstallerServiceFactory.cs (10)
236Workspace.WorkspaceChanged += OnWorkspaceChanged; 272if (workspace == Workspace && Workspace != null && IsEnabled) 278var dteProject = Workspace.TryGetDTEProject(projectId); 279var projectGuid = Workspace.GetProjectGuid(projectId); 355var notificationService = Workspace.Services.GetService<INotificationService>(); 416var notificationService = Workspace.Services.GetService<INotificationService>(); 465if (Workspace == null || !IsEnabled) 482var solution = Workspace.CurrentSolution; 559var projectGuid = Workspace.GetProjectGuid(projectId);
SymbolSearch\AbstractDelayStartedService.cs (1)
107var statusService = this.Workspace.Services.GetRequiredService<IWorkspaceStatusService>();
SymbolSearch\VisualStudioSymbolSearchService.cs (1)
105Workspace, FileDownloader.Factory.Instance, cancellationToken).ConfigureAwait(false);