3 references to Key
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\PropertyRef.cs (3)
37public bool Equals(PropertyRef other) => Equals(other.Utf8PropertyName, other.Key); 39public override int GetHashCode() => Key.GetHashCode(); 45return key == Key && (propertyName.Length <= PropertyNameKeyLength || propertyName.SequenceEqual(Utf8PropertyName));