6 references to ImageElement
Microsoft.CodeAnalysis.EditorFeatures (1)
Extensions\LSPExtensions.cs (1)
15
=>
new
(imageElement.ImageId.ToLSPImageId(), imageElement.AutomationName);
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Internal\Converters\ImageElementConverter.cs (1)
31
return automationName is null ? new ImageElement(imageId.Value) : new
ImageElement
(imageId.Value, automationName);
Protocol\Internal\Text\ImageElement.cs (2)
14
public static readonly ImageElement Empty =
new
(default, string.Empty);
19
public ImageElement(ImageId imageId) :
this
(imageId, null)
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Tooltip\ClassifiedTagHelperTooltipFactory.cs (2)
27
internal static readonly ImageElement ClassGlyph =
new
(
32
internal static readonly ImageElement PropertyGlyph =
new
(