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