1 write to _length
System.Net.Http (1)
System\Net\Http\MultipartContent.cs (1)
426_length += stream.Length;
2 references to _length
System.Net.Http (2)
System\Net\Http\MultipartContent.cs (2)
616Position = _length + offset; 626public override long Length => _length;