2 types derived from AbstractFormatDocumentHandlerBase
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Formatting\FormatDocumentHandler.cs (1)
17internal class FormatDocumentHandler : AbstractFormatDocumentHandlerBase<LSP.DocumentFormattingParams, LSP.TextEdit[]>
Implementation\LanguageServer\Handler\Formatting\FormatDocumentRangeHandler.cs (1)
17internal class FormatDocumentRangeHandler : AbstractFormatDocumentHandlerBase<DocumentRangeFormattingParams, TextEdit[]>