1 write to Text
Microsoft.CodeAnalysis.Features (1)
Common\TaggedText.cs (1)
76Text = text ?? throw new ArgumentNullException(nameof(text));
10 references to Text
Microsoft.CodeAnalysis.Features (10)
Common\TaggedText.cs (4)
83=> Text; 139return value.Text; 143builder.EnsureCapacity(values.Sum(static value => value.Text.Length)); 146builder.Append(val.Text);
Completion\CompletionDescription.cs (1)
67Interlocked.CompareExchange(ref field, string.Concat(TaggedParts.Select(p => p.Text)), null);
InheritanceMargin\InheritanceMarginItem.cs (1)
59=> string.Join("", DisplayTexts.Select(d => d.Text));
QuickInfo\Presentation\TaggedTextExtensions.cs (3)
55builder.AddContainer(nestedElements, part.Text); 94part.Text, 104part.Text,
QuickInfo\QuickInfoSection.cs (1)
55Interlocked.CompareExchange(ref field, string.Concat(TaggedParts.Select(t => t.Text)), null);