7 references to GetInputFormatterContext
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (7)
XmlDataContractSerializerInputFormatterTest.cs (7)
151
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
182
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
215
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
250
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
282
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
341
var context =
GetInputFormatterContext
(httpContext, typeof(TestLevelOne));
719
return
GetInputFormatterContext
(httpContext, modelType);