1 reference to PropertyNameKeyLength
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\PropertyRef.cs (1)
45
return key == Key && (propertyName.Length <=
PropertyNameKeyLength
|| propertyName.SequenceEqual(Utf8PropertyName));