1 type derived from DocumentFormattingOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\DocumentFormattingRegistrationOptions.cs (1)
15internal class DocumentFormattingRegistrationOptions : DocumentFormattingOptions, ITextDocumentRegistrationOptions
2 references to DocumentFormattingOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\DocumentFormattingRegistrationOptions.cs (1)
10/// Subclass of <see cref="DocumentFormattingOptions"/> that allows scoping the registration.
Protocol\ServerCapabilities.cs (1)
172public SumType<bool, DocumentFormattingOptions>? DocumentFormattingProvider { get; set; }