2 writes to _data
System.Web (2)
HttpInputStream.cs (2)
303
_data
= data;
310
_data
= null;
4 references to _data
System.Web (4)
HttpInputStream.cs (4)
320
return
_data
.GetAsByteArray(_offset, _length);
324
if (
_data
!= null && _length > 0)
325
_data
.WriteBytes(_offset, _length, s);
406
_data
.CopyBytes(_offset + _pos, buffer, offset, numBytes);