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)
616
Position =
_length
+ offset;
626
public override long Length =>
_length
;