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