4 references to Strong
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\Helpers.cs (2)
242if ((style & TaggedTextStyle.Strong) == TaggedTextStyle.Strong)
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
381state.PushStyle(TaggedTextStyle.Strong);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
796TaggedTextStyle.Strong => $"**{text}**",