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