1 instantiation of VSImageId
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\Extensions.cs (1)
289
return
new
() { Guid = guid, Id = id };
9 references to VSImageId
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Extensions\Extensions.cs (1)
285
public static
VSImageId
ToVSImageId(this Glyph glyph)
Protocol\Extensions\VSImageId.cs (4)
11
/// <see cref="
VSImageId
"/> represents the unique identifier for a Visual Studio image asset.
16
internal class VSImageId : IEquatable<
VSImageId
>
41
return this.Equals(obj as
VSImageId
);
45
public bool Equals(
VSImageId
? other)
Protocol\Extensions\VSSymbolInformation.cs (1)
22
public
VSImageId
? Icon { get; set; }
Protocol\Internal\VSInternalIconMapping.cs (3)
20
public
VSImageId
[]? Images
79
private static bool CheckImagesAreEqual(
VSImageId
[]? current,
VSImageId
[]? other)