4 references to AllExceptions
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterExceptionPolicy.cs (1)
22/// The policy associated with <see cref="InputFormatterExceptionPolicy.AllExceptions"/> treats
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\BodyModelBinder.cs (1)
197return policy == InputFormatterExceptionPolicy.AllExceptions;
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
94return InputFormatterExceptionPolicy.AllExceptions;
XmlSerializerInputFormatter.cs (1)
76return InputFormatterExceptionPolicy.AllExceptions;