Implemented interface member:
method
HandleRequestAsync
Microsoft.CommonLanguageServerProtocol.Framework.IRequestHandler<TRequest, TResponse, TRequestContext>.HandleRequestAsync(TRequest, TRequestContext, System.Threading.CancellationToken)
2 overrides of HandleRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Formatting\FormatDocumentHandler.cs (1)
25
public override Task<LSP.TextEdit[]?>
HandleRequestAsync
(
Handler\Formatting\FormatDocumentRangeHandler.cs (1)
25
public override Task<TextEdit[]?>
HandleRequestAsync
(