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