1 write to _asyncEnumerableReaderFactory
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonResultExecutor.cs (1)
59
_asyncEnumerableReaderFactory
= new AsyncEnumerableReader(_mvcOptions);
1 reference to _asyncEnumerableReaderFactory
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonResultExecutor.cs (1)
105
if (value != null &&
_asyncEnumerableReaderFactory
.TryGetReader(value.GetType(), out var reader))