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