3 references to HttpContext
System.Web (3)
Hosting\IPipelineRuntime.cs (1)
696context = new HttpContext(wr, false);
HttpRuntime.cs (2)
1645context = new HttpContext(wr, false /* initResponseWriter */); 1713HttpContext context = new HttpContext(wr, false /* initResponseWriter */);