4 references to GetHttpContext
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (4)
XmlDataContractSerializerInputFormatterTest.cs (4)
74
var httpContext =
GetHttpContext
(contentBytes, contentType: requestContentType);
511
var httpContext =
GetHttpContext
(inputBytes, contentType: "application/xml; charset=utf-16");
575
var httpContext =
GetHttpContext
(contentBytes, contentType: "application/xml; charset=utf-16");
718
var httpContext =
GetHttpContext
(contentBytes);