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