4 references to Underline
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\Helpers.cs (2)
247if ((style & TaggedTextStyle.Underline) == TaggedTextStyle.Underline)
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
386state.PushStyle(TaggedTextStyle.Underline);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
798TaggedTextStyle.Underline => $"<u>{text}</u>",