2 writes to _response
System.Web (2)
UI\Page.cs (2)
4573_response = null; 5567_response = context.Response;
5 references to _response
System.Web (5)
UI\Page.cs (5)
1150if (_response == null) 1153return _response; 1573_response.RedirectToErrorPage(_errorPage, CustomErrorsSection.GetSettings(Context).RedirectMode); 5592_response.ContentType = caps.PreferredRenderingMime; 5598_response.ContentEncoding = Encoding.GetEncoding(preferredResponseEncoding);