1 write to TaggedParts
Microsoft.CodeAnalysis.Features (1)
QuickInfo\QuickInfoSection.cs (1)
29TaggedParts = taggedParts.NullToEmpty();
8 references to TaggedParts
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\QuickInfo\IntellisenseQuickInfoBuilder.cs (3)
54foreach (var element in Helpers.BuildInteractiveTextElements(descSection.TaggedParts, context)) 76foreach (var element in Helpers.BuildInteractiveTextElements(documentationCommentSection.TaggedParts, context)) 100.SelectMany(s => Helpers.BuildInteractiveTextElements(s.TaggedParts, context)));
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
QuickInfo\AbstractSemanticQuickInfoSourceTests.cs (1)
57var text = textBlock != null ? textBlock.TaggedParts : ImmutableArray<TaggedText>.Empty;
Microsoft.CodeAnalysis.Features (2)
QuickInfo\QuickInfoSection.cs (2)
51if (TaggedParts.Length == 0) 57Interlocked.CompareExchange(ref _text, string.Concat(TaggedParts.Select(t => t.Text)), null);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Hover\ILspHoverResultCreationService.cs (1)
42.SelectMany(section => section.TaggedParts.Add(new TaggedText(TextTags.LineBreak, Environment.NewLine)))
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Extensions\SymbolExtensions.cs (1)
67builder.AddRange(section.TaggedParts);