1 write to Text
Microsoft.CodeAnalysis.Features (1)
Common\TaggedText.cs (1)
76
Text
= text ?? throw new ArgumentNullException(nameof(text));
10 references to Text
Microsoft.CodeAnalysis.Features (10)
Common\TaggedText.cs (4)
83
=>
Text
;
139
return value.
Text
;
143
builder.EnsureCapacity(values.Sum(static value => value.
Text
.Length));
146
builder.Append(val.
Text
);
Completion\CompletionDescription.cs (1)
67
Interlocked.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)
55
builder.AddContainer(nestedElements, part.
Text
);
94
part.
Text
,
104
part.
Text
,
QuickInfo\QuickInfoSection.cs (1)
55
Interlocked.CompareExchange(ref field, string.Concat(TaggedParts.Select(t => t.
Text
)), null);