5 references to SuppressOutputFormatterBuffering
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerOutputFormatter.cs (1)
260
if (!_mvcOptions.
SuppressOutputFormatterBuffering
)
XmlSerializerOutputFormatter.cs (1)
237
if (!_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)
146
if (!_mvcOptions.
SuppressOutputFormatterBuffering
)
NewtonsoftJsonResultExecutor.cs (1)
96
if (!_mvcOptions.
SuppressOutputFormatterBuffering
)