3 references to WorkspaceWillRenameFilesName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Rename\WillRenameHandler.cs (1)
18[Method(LSP.Methods.WorkspaceWillRenameFilesName)]
Protocol\Methods.Workspace.cs (1)
183public static readonly LspRequest<RenameFilesParams?, WorkspaceEdit?> WorkspaceWillRenameFiles = new(WorkspaceWillRenameFilesName);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Rename\WillRenameTests.cs (1)
143return await testLspServer.ExecuteRequestAsync<LSP.RenameFilesParams, LSP.WorkspaceEdit>(LSP.Methods.WorkspaceWillRenameFilesName, renameParams, CancellationToken.None);