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)
320return _data.GetAsByteArray(_offset, _length); 324if (_data != null && _length > 0) 325_data.WriteBytes(_offset, _length, s); 406_data.CopyBytes(_offset + _pos, buffer, offset, numBytes);