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