7 references to ThrowNotSupportedException_SerializationNotSupported
System.Text.Json (7)
System\Text\Json\Serialization\Converters\Collection\IEnumerableConverterFactoryHelpers.cs (2)
40ThrowHelper.ThrowNotSupportedException_SerializationNotSupported(type); 64ThrowHelper.ThrowNotSupportedException_SerializationNotSupported(type);
System\Text\Json\Serialization\Converters\Collection\ListOfTConverter.cs (1)
30ThrowHelper.ThrowNotSupportedException_SerializationNotSupported(state.Current.JsonTypeInfo.Type);
System\Text\Json\Serialization\Converters\Collection\QueueOfTConverter.cs (1)
28ThrowHelper.ThrowNotSupportedException_SerializationNotSupported(state.Current.JsonTypeInfo.Type);
System\Text\Json\Serialization\Converters\Collection\StackOfTConverter.cs (1)
29ThrowHelper.ThrowNotSupportedException_SerializationNotSupported(state.Current.JsonTypeInfo.Type);
System\Text\Json\Serialization\JsonSerializer.Read.HandlePropertyName.cs (1)
144ThrowHelper.ThrowNotSupportedException_SerializationNotSupported(jsonPropertyInfo.PropertyType);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1318ThrowHelper.ThrowNotSupportedException_SerializationNotSupported(type);