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