2 references to AbstractFormatDocumentHandlerBase
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Formatting\FormatDocumentHandler.cs (1)
18internal sealed class FormatDocumentHandler() : AbstractFormatDocumentHandlerBase<LSP.DocumentFormattingParams, LSP.TextEdit[]?>
Handler\Formatting\FormatDocumentRangeHandler.cs (1)
18internal sealed class FormatDocumentRangeHandler() : AbstractFormatDocumentHandlerBase<DocumentRangeFormattingParams, TextEdit[]?>