1 write to ReaderFactory
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterContext.cs (1)
78ReaderFactory = readerFactory;
1 reference to ReaderFactory
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
144using (var streamReader = context.ReaderFactory(readStream, encoding))