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