5 references to Tags
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Protocol\Internal\VSInternalIconMapping.cs (5)
51
return CheckImagesAreEqual(this.Images, other.Images) && CheckTagsAreEqual(this.
Tags
, other.
Tags
);
68
if (this.
Tags
!= null)
70
for (var i = 0; i < this.
Tags
.Length; i++)
72
hashCode = (hashCode * -1521134295) + StringComparer.Ordinal.GetHashCode(this.
Tags
[i]);