2 instantiations of AsyncEnumerableReader
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
NewtonsoftJsonOutputFormatter.cs (1)
75_asyncEnumerableReaderFactory = new AsyncEnumerableReader(_mvcOptions);
NewtonsoftJsonResultExecutor.cs (1)
59_asyncEnumerableReaderFactory = new AsyncEnumerableReader(_mvcOptions);
5 references to AsyncEnumerableReader
Microsoft.AspNetCore.Mvc.NewtonsoftJson (5)
NewtonsoftJsonOutputFormatter.cs (1)
23private readonly AsyncEnumerableReader _asyncEnumerableReaderFactory;
NewtonsoftJsonResultExecutor.cs (1)
32private readonly AsyncEnumerableReader _asyncEnumerableReaderFactory;
src\Mvc\Mvc.Core\src\Infrastructure\AsyncEnumerableReader.cs (3)
30private readonly MethodInfo Converter = typeof(AsyncEnumerableReader).GetMethod( 38/// Initializes a new instance of <see cref="AsyncEnumerableReader"/>. 90nameof(AsyncEnumerableReader),