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