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