5 references to CreateFormatter
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (5)
NewtonsoftJsonInputFormatterTest.cs (5)
157
var formatter =
CreateFormatter
(serializerSettings, allowInputFormatterExceptionMessages: true);
235
var formatter =
CreateFormatter
(allowInputFormatterExceptionMessages: true);
260
var formatter =
CreateFormatter
(allowInputFormatterExceptionMessages: true);
291
var formatter =
CreateFormatter
(allowInputFormatterExceptionMessages: false);
581
=>
CreateFormatter
(allowInputFormatterExceptionMessages: allowInputFormatterExceptionMessages);