6 references to Images
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\Internal\VSInternalIconMapping.cs (6)
51return CheckImagesAreEqual(this.Images, other.Images) && CheckTagsAreEqual(this.Tags, other.Tags); 59if (this.Images != null) 61for (var i = 0; i < this.Images.Length; i++) 63hashCode = (hashCode * -1521134295) + this.Images[i].Guid.GetHashCode(); 64hashCode = (hashCode * -1521134295) + this.Images[i].Id.GetHashCode();