4 references to ILspWorkspace
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerWorkspace.cs (1)
13/// Mark this type as an <see cref="ILspWorkspace"/> so that LSP document changes are pushed into this instance, causing
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
30: Workspace(hostServices, WorkspaceKind.MiscellaneousFiles), ILspMiscellaneousFilesWorkspaceProvider, ILspWorkspace
Workspaces\LspWorkspaceManager.cs (2)
92private static async ValueTask ApplyChangeToMutatingWorkspaceAsync(Workspace workspace, DocumentUri uri, Func<ILspWorkspace, DocumentId, ValueTask> change) 94if (workspace is not ILspWorkspace { SupportsMutation: true } mutatingWorkspace)