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