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)
484var elements = description.TaggedParts.ToInteractiveVsTextAdornments(navigationActionFactory);
Microsoft.CodeAnalysis.Features (4)
Completion\CommonCompletionProvider.cs (1)
70var 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. 48if (taggedParts != TaggedParts) 67Interlocked.CompareExchange(ref field, string.Concat(TaggedParts.Select(p => p.Text)), null);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Completion\CompletionResultFactory.cs (2)
599description.TaggedParts, document, capabilityHelper.SupportsMarkdownDocumentation); 648vsCompletionItem.Description = new ClassifiedTextElement(description.TaggedParts