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