1 write to _asyncEnumerableReaderFactory
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonOutputFormatter.cs (1)
75
_asyncEnumerableReaderFactory
= new AsyncEnumerableReader(_mvcOptions);
1 reference to _asyncEnumerableReaderFactory
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonOutputFormatter.cs (1)
153
if (value is not null &&
_asyncEnumerableReaderFactory
.TryGetReader(value.GetType(), out var reader))