2 writes to _text
Microsoft.CodeAnalysis.Features (2)
QuickInfo\QuickInfoSection.cs (2)
53_text = string.Empty; 57Interlocked.CompareExchange(ref _text, string.Concat(TaggedParts.Select(t => t.Text)), null);
2 references to _text
Microsoft.CodeAnalysis.Features (2)
QuickInfo\QuickInfoSection.cs (2)
49if (_text == null) 61return _text;