1 instantiation of IAsyncEnumerableOfTConverter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Collections.cs (1)
344
new
IAsyncEnumerableOfTConverter
<TCollection, TElement>());
1 reference to IAsyncEnumerableOfTConverter
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\IAsyncEnumerableConverterFactory.cs (1)
28
Type converterType = typeof(
IAsyncEnumerableOfTConverter
<,>).MakeGenericType(typeToConvert, elementType);