4 references to CloudEnvironmentClientWorkspace
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
121
if (_workspace.Kind is WorkspaceKind.MiscellaneousFiles or WorkspaceKind.
CloudEnvironmentClientWorkspace
)
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\WorkspaceKind.cs (1)
27
internal const string CloudEnvironmentClientWorkspace = nameof(
CloudEnvironmentClientWorkspace
);
Microsoft.VisualStudio.LanguageServices.LiveShare (2)
Client\CloudEnvironmentSupportsFeatureService.cs (1)
16
[ExportWorkspaceService(typeof(ITextBufferSupportsFeatureService), WorkspaceKind.
CloudEnvironmentClientWorkspace
), Shared]
Client\RemoteLanguageServiceWorkspace.cs (1)
91
: base(VisualStudioMefHostServices.Create(exportProvider), WorkspaceKind.
CloudEnvironmentClientWorkspace
)