2 writes to _rawContent
System.Web (2)
HttpBufferlessInputStream.cs (2)
51_rawContent = new HttpRawUploadedContent(_fileThreshold, _context.Request.ContentLength); 324_rawContent = null;
9 references to _rawContent
System.Web (9)
HttpBufferlessInputStream.cs (9)
193if (_rawContent != null) { 194_rawContent.AddBytes(_buffer, _offset, bytesRead); 245if (_rawContent != null) { 246_rawContent.AddBytes(buffer, offset, bytesRead); 280if (_rawContent != null) { 281_rawContent.AddBytes(preloadedContent, (int) _position, bytesRead); 321if (_persistEntityBody && _rawContent != null) { 322_rawContent.DoneAddingBytes(); 323_context.Request.SetRawContent(_rawContent);