2 instantiations of ApplyWorkspaceEditParams
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\Cohost\CohostAddNestedFileEndpoint.cs (1)
70new ApplyWorkspaceEditParams { Edit = workspaceEdit },
LanguageClient\Cohost\CohostApplyRenameEditEndpoint.cs (1)
54new ApplyWorkspaceEditParams() { Edit = request.Edit },
3 references to ApplyWorkspaceEditParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Methods.Workspace.cs (1)
298public static readonly LspRequest<ApplyWorkspaceEditParams, ApplyWorkspaceEditResponse> WorkspaceApplyEdit = new(WorkspaceApplyEditName);
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\Cohost\CohostAddNestedFileEndpoint.cs (1)
68var response = await razorCohostClientLanguageServerManager.SendRequestAsync<ApplyWorkspaceEditParams, ApplyWorkspaceEditResponse>(
LanguageClient\Cohost\CohostApplyRenameEditEndpoint.cs (1)
52var response = await razorCohostClientLanguageServerManager.SendRequestAsync<ApplyWorkspaceEditParams, ApplyWorkspaceEditResponse>(