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