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