7 writes to AllowInputFormatterExceptionMessages
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\BodyModelBinderTests.cs (2)
775AllowInputFormatterExceptionMessages = true, 845AllowInputFormatterExceptionMessages = true,
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
BodyValidationIntegrationTests.cs (2)
454options.AllowInputFormatterExceptionMessages = false; 560options.AllowInputFormatterExceptionMessages = false;
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (3)
NewtonsoftJsonInputFormatterTest.cs (2)
322AllowInputFormatterExceptionMessages = true, 593AllowInputFormatterExceptionMessages = allowInputFormatterExceptionMessages,
NewtonsoftJsonPatchInputFormatterTest.cs (1)
237AllowInputFormatterExceptionMessages = allowInputFormatterExceptionMessages,
1 reference to AllowInputFormatterExceptionMessages
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
418if (!_jsonOptions.AllowInputFormatterExceptionMessages)