1 write to _streams
System.Net.Http (1)
System\Net\Http\MultipartContent.cs (1)
423
_streams
= streams;
13 references to _streams
System.Net.Http (13)
System\Net\Http\MultipartContent.cs (13)
434
foreach (Stream s in
_streams
)
443
foreach (Stream s in
_streams
)
475
if (_next >=
_streams
.Length)
480
_current =
_streams
[_next++];
511
if (_next >=
_streams
.Length)
516
_current =
_streams
[_next++];
556
if (_next >=
_streams
.Length)
561
_current =
_streams
[_next++];
573
for (int i = 0; i <
_streams
.Length; i++)
575
Stream curStream =
_streams
[i];
585
for (; i <
_streams
.Length; i++)
587
_streams
[i].Position = 0;
598
_next =
_streams
.Length;