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