4 references to BinaryWrite
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
321_httpResponse.BinaryWrite(buffer);
System.Web.DataVisualization (2)
WebForm\ChartWebControl.cs (1)
726this.Page.Response.BinaryWrite(stream.GetBuffer());
WebForm\General\ChartHttpHandler.cs (1)
270context.Response.BinaryWrite(data);
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
269_httpResponse.BinaryWrite(buffer);