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