1 write to _text
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionDescription.cs (1)
68Interlocked.CompareExchange(ref _text, string.Concat(TaggedParts.Select(p => p.Text)), null);
2 references to _text
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionDescription.cs (2)
66if (_text == null) 71return _text;