4 references to ThrowJsonException_MetadataInvalidPropertyInArrayMetadata
System.Text.Json (4)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (1)
276ThrowHelper.ThrowJsonException_MetadataInvalidPropertyInArrayMetadata(ref state, typeToConvert, reader);
System\Text\Json\Serialization\JsonSerializer.Read.HandleMetadata.cs (3)
201ThrowHelper.ThrowJsonException_MetadataInvalidPropertyInArrayMetadata(ref state, jsonTypeInfo.Type, reader); 222ThrowHelper.ThrowJsonException_MetadataInvalidPropertyInArrayMetadata(ref state, jsonTypeInfo.Type, reader); 557ThrowHelper.ThrowJsonException_MetadataInvalidPropertyInArrayMetadata(ref state, converter.Type!, reader);