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