1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
70
_workspace
= workspace;
11 references to _workspace
Microsoft.VisualStudio.LanguageServices (11)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (11)
90
_workspace
.WorkspaceChanged -= OnWorkspaceChanged;
95
if (workspace !=
_workspace
)
98
_workspace
.WorkspaceChanged += OnWorkspaceChanged;
109
var statusService =
_workspace
.Services.GetRequiredService<IWorkspaceStatusService>();
114
var solution =
_workspace
.CurrentSolution;
121
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
125
var trackingService =
_workspace
.Services.GetRequiredService<IDocumentTrackingService>();
195
var hierarchy =
_workspace
.GetHierarchy(projectId);
252
if (!
_workspace
.IsPrimaryProject(projectId))
297
if (!
_workspace
.IsCPSProject(projectId))
300
var vsProject = (IVsProject?)
_workspace
.GetHierarchy(projectId);