4 references to Strong
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
390state.PushStyle(TaggedTextStyle.Strong);
QuickInfo\Presentation\TaggedTextExtensions.cs (2)
271if ((style & TaggedTextStyle.Strong) == TaggedTextStyle.Strong)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
1003TaggedTextStyle.Strong => $"**{text}**",