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