1 implementation of SupportsMutation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
32
public bool
SupportsMutation
=> true;
1 reference to SupportsMutation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
95
if (workspace is not ILspWorkspace {
SupportsMutation
: true } mutatingWorkspace)