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