2 references to GetAsyncEnumerableInterface
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Collection\IAsyncEnumerableConverterFactory.cs (2)
20public override bool CanConvert(Type typeToConvert) => GetAsyncEnumerableInterface(typeToConvert) is not null; 24Type? asyncEnumerableInterface = GetAsyncEnumerableInterface(typeToConvert);