4 references to new
Microsoft.CodeAnalysis.Features (4)
Completion\CompletionDescription.cs (4)
21public static readonly CompletionDescription Empty = new([]); 36=> new(taggedParts); 42=> new([new TaggedText(TextTags.Text, text)]); 51return new CompletionDescription(taggedParts);