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