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