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