8 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.Core.Test (2)
ModelBinding\Binders\BodyModelBinderTests.cs (2)
851public override InputFormatterExceptionPolicy ExceptionPolicy => InputFormatterExceptionPolicy.AllExceptions; 873public override InputFormatterExceptionPolicy ExceptionPolicy => InputFormatterExceptionPolicy.AllExceptions;
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
94return InputFormatterExceptionPolicy.AllExceptions;
XmlSerializerInputFormatter.cs (1)
76return InputFormatterExceptionPolicy.AllExceptions;
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
NewtonsoftJsonInputFormatter.cs (1)
80return InputFormatterExceptionPolicy.AllExceptions;
NewtonsoftJsonPatchInputFormatter.cs (1)
56return InputFormatterExceptionPolicy.AllExceptions;