1 instantiation of HttpWriter
System.Web (1)
HttpResponse.cs (1)
201_httpWriter = new HttpWriter(this);
13 references to HttpWriter
System.Web (13)
Hosting\SuspendManager.cs (1)
78HttpWriter.ReleaseAllPooledBuffers();
HttpResponse.cs (1)
45private HttpWriter _httpWriter; // and HttpWriter
HttpWriter.cs (3)
657private HttpWriter _writer; 659internal HttpResponseStream(HttpWriter writer) { 742internal HttpResponseStreamFilterSink(HttpWriter writer) : base(writer) {
UI\HtmlForm.cs (2)
463HttpWriter httpWriter = writer.InnerWriter as HttpWriter;
UI\HTMLTextWriter.cs (3)
114private HttpWriter _httpWriter; 327_httpWriter = value as HttpWriter; 660_httpWriter = writer as HttpWriter;
Util\HttpEncoder.cs (3)
225HttpWriter httpWriter = output as HttpWriter; 234private static void HtmlAttributeEncodeInternal(string value, HttpWriter writer) {