31 references to GetHttpContext
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (31)
NewtonsoftJsonInputFormatterTest.cs (8)
161var httpContext = GetHttpContext(contentBytes, "application/json;charset=utf-8"); 238var httpContext = GetHttpContext(contentBytes); 263var httpContext = GetHttpContext(contentBytes); 293var httpContext = GetHttpContext(contentBytes); 326var httpContext = GetHttpContext(contentBytes); 358var httpContext = GetHttpContext(contentBytes); 389var httpContext = GetHttpContext(contentBytes); 420var httpContext = GetHttpContext(contentBytes);
src\Mvc\Mvc.Core\test\Formatters\JsonInputFormatterTestBase.cs (23)
39var httpContext = GetHttpContext(contentBytes, contentType: requestContentType); 71var httpContext = GetHttpContext(contentBytes); 92var httpContext = GetHttpContext(contentBytes); 113var httpContext = GetHttpContext(contentBytes, "application/json;charset=utf-16"); 137var httpContext = GetHttpContext(contentBytes); 165var httpContext = GetHttpContext(contentBytes); 192var httpContext = GetHttpContext(contentBytes); 219var httpContext = GetHttpContext(contentBytes); 240var httpContext = GetHttpContext(contentBytes); 262var httpContext = GetHttpContext(contentBytes); 294var httpContext = GetHttpContext(contentBytes); 315var httpContext = GetHttpContext(contentBytes); 342var httpContext = GetHttpContext(contentBytes); 368var httpContext = GetHttpContext(contentBytes); 394var httpContext = GetHttpContext(contentBytes); 421var httpContext = GetHttpContext(contentBytes); 451var httpContext = GetHttpContext(contentBytes); 475var httpContext = GetHttpContext(contentBytes); 501var httpContext = GetHttpContext(contentBytes); 525var httpContext = GetHttpContext(contentBytes); 545var httpContext = GetHttpContext(contentBytes); 568var httpContext = GetHttpContext(contentBytes); 592var httpContext = GetHttpContext(contentBytes);