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