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