4 references to new
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Extensions\Extensions.cs (1)
300
=>
new
(element.Glyph.ToLSPImageId());
Handler\Completion\CompletionResultFactory.cs (1)
372
Icon = new
ImageElement
(item.Tags.GetFirstGlyph().ToLSPImageId()),
Handler\References\FindUsagesLSPContext.cs (1)
218
DefinitionIcon = new
ImageElement
(definitionGlyph.ToLSPImageId()),
Protocol\Internal\Converters\ImageElementConverter.cs (1)
28
return automationName is null ? new
ImageElement
(imageId.Value) : new ImageElement(imageId.Value, automationName);