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)
234Workspace.WorkspaceChanged += OnWorkspaceChanged; 270if (workspace == Workspace && Workspace != null && IsEnabled) 276var dteProject = Workspace.TryGetDTEProject(projectId); 277var projectGuid = Workspace.GetProjectGuid(projectId); 353var notificationService = Workspace.Services.GetService<INotificationService>(); 414var notificationService = Workspace.Services.GetService<INotificationService>(); 463if (Workspace == null || !IsEnabled) 480var solution = Workspace.CurrentSolution; 557var projectGuid = Workspace.GetProjectGuid(projectId);
SymbolSearch\AbstractDelayStartedService.cs (1)
107var statusService = this.Workspace.Services.GetRequiredService<IWorkspaceStatusService>();
SymbolSearch\VisualStudioSymbolSearchService.cs (1)
130Workspace, FileDownloader.Factory.Instance, cancellationToken).ConfigureAwait(false);