7 references to Tags
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Protocol\SymbolInformation.cs (7)
118
&& (this.
Tags
== null
119
? other.
Tags
== null
120
: (this.
Tags
.Equals(other.
Tags
) || this.
Tags
.SequenceEqual(other.
Tags
)))
131
HashCode.Combine(Name, Kind, Hash.CombineValues(
Tags
), Deprecated, Location, ContainerName);