1 instantiation of VSImageId
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\Extensions.cs (1)
289return new() { Guid = guid, Id = id };
9 references to VSImageId
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Extensions\Extensions.cs (1)
285public 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. 16internal class VSImageId : IEquatable<VSImageId> 41return this.Equals(obj as VSImageId); 45public bool Equals(VSImageId? other)
Protocol\Extensions\VSSymbolInformation.cs (1)
22public VSImageId? Icon { get; set; }
Protocol\Internal\VSInternalIconMapping.cs (3)
20public VSImageId[]? Images 79private static bool CheckImagesAreEqual(VSImageId[]? current, VSImageId[]? other)