5 references to Utf8PropertyName
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (3)
107utf8PropertyName = propertyRef.Utf8PropertyName; 118utf8PropertyName = propertyRef.Utf8PropertyName; 130utf8PropertyName = propertyRef.Utf8PropertyName;
System\Text\Json\Serialization\Metadata\PropertyRef.cs (2)
37public bool Equals(PropertyRef other) => Equals(other.Utf8PropertyName, other.Key); 45return key == Key && (propertyName.Length <= PropertyNameKeyLength || propertyName.SequenceEqual(Utf8PropertyName));