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