1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
70
_workspace
= workspace;
10 references to _workspace
Microsoft.VisualStudio.LanguageServices (10)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (10)
91
_workspace
.WorkspaceChanged -= OnWorkspaceChanged;
96
if (workspace !=
_workspace
)
99
_workspace
.WorkspaceChanged += OnWorkspaceChanged;
110
var statusService =
_workspace
.Services.GetRequiredService<IWorkspaceStatusService>();
115
var solution =
_workspace
.CurrentSolution;
122
var client = await RemoteHostClient.TryGetClientAsync(
_workspace
, cancellationToken).ConfigureAwait(false);
188
var hierarchy =
_workspace
.GetHierarchy(projectId);
245
if (!
_workspace
.IsPrimaryProject(projectId))
289
if (!
_workspace
.IsCPSProject(projectId))
292
var vsProject = (IVsProject?)
_workspace
.GetHierarchy(projectId);