7 references to GetInputFormatterContext
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (7)
XmlSerializerInputFormatterTest.cs (7)
56
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
93
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
129
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
165
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
207
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
637
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
655
return
GetInputFormatterContext
(httpContext, modelType);