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