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