Base:
method
GetInputFormatter
Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatterTestBase.GetInputFormatter(System.Boolean)
5 references to GetInputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (5)
Formatters\SystemTextJsonInputFormatterTest.cs (5)
68var formatter = GetInputFormatter(); 93var formatter = GetInputFormatter(); 114var formatter = GetInputFormatter(); 142var formatter = GetInputFormatter(allowInputFormatterExceptionMessages: true); 165var formatter = GetInputFormatter(allowInputFormatterExceptionMessages: false);