1 write to _file
System.Web (1)
HttpInputStream.cs (1)
87_file = new TempFile();
15 references to _file
System.Web (15)
HttpInputStream.cs (15)
54if (_file != null) 55_file.Dispose(); 65if (_file == null) { 88_file.AddBytes(_data, 0, _length); 92_file.AddBytes(data, offset, length); 100if (_file != null) 101_file.DoneAddingBytes(); 116if (_file == null) 128_chunkLength = _file.GetBytes(index, _data.Length, _data, 0); 138if (_file != null) { 146_chunkLength = _file.GetBytes(offset, _data.Length, _data, 0); 152_file.GetBytes(offset, length, buffer, bufferOffset); 165if (_file != null) { 172int bytesRead = _file.GetBytes(readPosition, bytesToRead, buf, 0); 193if (_file == null && _length == _data.Length) {