5 references to SuppressOutputFormatterBuffering
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerOutputFormatter.cs (1)
260if (!_mvcOptions.SuppressOutputFormatterBuffering)
XmlSerializerOutputFormatter.cs (1)
237if (!_mvcOptions.SuppressOutputFormatterBuffering)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (3)
MvcNewtonsoftJsonOptions.cs (1)
61/// Gets the maximum size to buffer in memory when <see cref="MvcOptions.SuppressOutputFormatterBuffering"/> is not set.
NewtonsoftJsonOutputFormatter.cs (1)
146if (!_mvcOptions.SuppressOutputFormatterBuffering)
NewtonsoftJsonResultExecutor.cs (1)
96if (!_mvcOptions.SuppressOutputFormatterBuffering)