3 references to ToLSPImageId
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\Extensions.cs (1)
319=> new(element.Glyph.ToLSPImageId());
Handler\Completion\CompletionResultFactory.cs (1)
379Icon = new ImageElement(item.Tags.GetFirstGlyph().ToLSPImageId()),
Handler\References\FindUsagesLSPContext.cs (1)
219DefinitionIcon = new ImageElement(definitionGlyph.ToLSPImageId()),