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\LspMiscellaneousFilesWorkspace.cs (1)
29: Workspace(hostServices, WorkspaceKind.MiscellaneousFiles), ILspService, ILspWorkspace
Workspaces\LspWorkspaceManager.cs (2)
142private static async ValueTask ApplyChangeToMutatingWorkspaceAsync(Workspace workspace, Uri uri, Func<ILspWorkspace, DocumentId, ValueTask> change) 144if (workspace is not ILspWorkspace { SupportsMutation: true } mutatingWorkspace)