1 implementation of Workspace
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
35public Workspace Workspace => this;
2 references to Workspace
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Workspaces\LspWorkspaceManager.cs (2)
265if (workspace != _lspMiscellaneousFilesWorkspaceProvider?.Workspace) 572return _manager._lspMiscellaneousFilesWorkspaceProvider?.Workspace;