4 references to new
Microsoft.CodeAnalysis.Features (4)
Completion\CompletionDescription.cs (4)
20public static readonly CompletionDescription Empty = new([]); 35=> new(taggedParts); 41=> new([new TaggedText(TextTags.Text, text)]); 50return new CompletionDescription(taggedParts);