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