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