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)
153if (value is not null && _asyncEnumerableReaderFactory.TryGetReader(value.GetType(), out var reader))