3 references to ReinvokeRequestOnServerAsync
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\RenameProjectTreeHandler.cs (2)
57
var response = await _projectAsynchronousTasksService.LoadedProjectAsync(() => _requestInvoker.Value.
ReinvokeRequestOnServerAsync
<RenameFilesParams, WorkspaceEdit?>(
118
await _requestInvoker.Value.
ReinvokeRequestOnServerAsync
<ApplyRenameEditParams, VoidResult>(
Microsoft.VisualStudio.RazorExtension (1)
NestedFiles\NestedFileCommandHandler.cs (1)
146
await _requestInvoker.Value.
ReinvokeRequestOnServerAsync
<AddNestedFileParams, object?>(