3 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
)