Implemented interface member:
method
HandleRequestAsync
Microsoft.CommonLanguageServerProtocol.Framework.IRequestHandler<TRequest, TResponse, TRequestContext>.HandleRequestAsync(TRequest, TRequestContext, System.Threading.CancellationToken)
1 reference to HandleRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\WorkspaceCommand\ExecuteWorkspaceCommandHandler.cs (1)
39var result = await handler.HandleRequestAsync(request, context, cancellationToken).ConfigureAwait(false);