3 references to ToTaggedText
Microsoft.CodeAnalysis.Features (3)
Common\TaggedText.cs (1)
92=> displayParts.ToTaggedText(TaggedTextStyle.None, getNavigationHint, includeNavigationHints);
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
481TypeParameterRefToSymbolDisplayParts(attribute.Value, state.TypeResolutionSymbol, state.Position, state.SemanticModel, state.Format).ToTaggedText(state.Style)); 486CrefToSymbolDisplayParts(attribute.Value, state.Position, state.SemanticModel, state.Format, kind).ToTaggedText(state.Style));