4 references to GetHttpContext
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (4)
XmlSerializerInputFormatterTest.cs (4)
252
var httpContext =
GetHttpContext
(contentBytes, contentType: requestContentType);
532
var httpContext =
GetHttpContext
(inputBytes, contentType: "application/xml; charset=utf-16");
597
var httpContext =
GetHttpContext
(contentBytes, contentType: "application/xml; charset=utf-16");
654
var httpContext =
GetHttpContext
(contentBytes);