1 write to _response
System.Web (1)
HttpContext.cs (1)
475
_response
= response;
5 references to _response
System.Web (5)
HttpContext.cs (5)
459
_response
.InitResponseWriter();
468
_response
.InitResponseWriter();
767
_response
.SetAllocatorProvider(allocator);
933
return
_response
;
2245
HttpResponse response =
_response
;