2 writes to _inputStream
System.Web (2)
HttpRequest.cs (2)
2440
_inputStream
= new HttpInputStream(
2447
_inputStream
= new HttpInputStream(null, 0, 0);
2 references to _inputStream
System.Web (2)
HttpRequest.cs (2)
2430
if (
_inputStream
== null) {
2451
return
_inputStream
;