1 write to TaggedParts
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionDescription.cs (1)
29
=>
TaggedParts
= taggedParts.NullToEmpty();
4 references to TaggedParts
Microsoft.CodeAnalysis.Features (4)
Completion\CommonCompletionProvider.cs (1)
70
var parts = await TryAddSnippetInvocationPartAsync(document, item, description.
TaggedParts
, cancellationToken).ConfigureAwait(false);
Completion\CompletionDescription.cs (3)
45
/// Creates a copy of this <see cref="CompletionDescription"/> with the <see cref="
TaggedParts
"/> property changed.
49
if (taggedParts !=
TaggedParts
)
68
Interlocked.CompareExchange(ref _text, string.Concat(
TaggedParts
.Select(p => p.Text)), null);