4 references to SuppressInputFormatterBuffering
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
118
else if (!_options.
SuppressInputFormatterBuffering
)
XmlSerializerInputFormatter.cs (1)
102
else 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)
104
var suppressInputFormatterBuffering = _options.
SuppressInputFormatterBuffering
;