9 references to DisposableHttpContextWrapper
System.Web (9)
HttpApplication.cs (2)
1547
using (new
DisposableHttpContextWrapper
(context)) {
1644
using (new
DisposableHttpContextWrapper
(context)) {
HttpApplicationFactory.cs (3)
143
using (new
DisposableHttpContextWrapper
(context)) {
172
using (new
DisposableHttpContextWrapper
(context)) {
405
using (new
DisposableHttpContextWrapper
(context)) {
HttpContext.cs (1)
1120
using (new
DisposableHttpContextWrapper
(this)) {
HttpRuntime.cs (1)
1770
using (new
DisposableHttpContextWrapper
(context)) {
httpserverutility.cs (2)
359
using (new
DisposableHttpContextWrapper
(_context)) {
619
using (new
DisposableHttpContextWrapper
(_context)) {