1 write to TaggedParts
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionDescription.cs (1)
28
=>
TaggedParts
= taggedParts.NullToEmpty();
7 references to TaggedParts
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
484
var elements = description.
TaggedParts
.ToInteractiveVsTextAdornments(navigationActionFactory);
Microsoft.CodeAnalysis.Features (4)
Completion\CommonCompletionProvider.cs (1)
70
var parts = await TryAddSnippetInvocationPartAsync(document, item, description.
TaggedParts
, cancellationToken).ConfigureAwait(false);
Completion\CompletionDescription.cs (3)
44
/// Creates a copy of this <see cref="CompletionDescription"/> with the <see cref="
TaggedParts
"/> property changed.
48
if (taggedParts !=
TaggedParts
)
67
Interlocked.CompareExchange(ref field, string.Concat(
TaggedParts
.Select(p => p.Text)), null);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Completion\CompletionResultFactory.cs (2)
599
description.
TaggedParts
, document, capabilityHelper.SupportsMarkdownDocumentation);
648
vsCompletionItem.Description = new ClassifiedTextElement(description.
TaggedParts