4 references to Kind
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\Internal\VSInternalKindAndModifier.cs (4)
67
string.Equals(this.
Kind
, other.
Kind
, StringComparison.Ordinal) &&
75
hashCode = (hashCode * -1521134295) + (this.
Kind
== null ? 0 : StringComparer.Ordinal.GetHashCode(this.
Kind
));