4 references to Underline
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
385state.PushStyle(TaggedTextStyle.Underline);
QuickInfo\Presentation\TaggedTextExtensions.cs (2)
268if ((style & TaggedTextStyle.Underline) == TaggedTextStyle.Underline)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
1003TaggedTextStyle.Underline => $"<u>{text}</u>",