4 references to SuppressInputFormatterBuffering
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
118else if (!_options.SuppressInputFormatterBuffering)
XmlSerializerInputFormatter.cs (1)
102else if (!_options.SuppressInputFormatterBuffering)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
MvcNewtonsoftJsonOptions.cs (1)
42/// Gets the maximum size to buffer in memory when <see cref="MvcOptions.SuppressInputFormatterBuffering"/> is not set.
NewtonsoftJsonInputFormatter.cs (1)
104var suppressInputFormatterBuffering = _options.SuppressInputFormatterBuffering;