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)
23
private readonly
AsyncEnumerableReader
_asyncEnumerableReaderFactory;
NewtonsoftJsonResultExecutor.cs (1)
32
private readonly
AsyncEnumerableReader
_asyncEnumerableReaderFactory;
src\Mvc\Mvc.Core\src\Infrastructure\AsyncEnumerableReader.cs (3)
30
private readonly MethodInfo Converter = typeof(
AsyncEnumerableReader
).GetMethod(
38
/// Initializes a new instance of <see cref="
AsyncEnumerableReader
"/>.
90
nameof(
AsyncEnumerableReader
),