1 write to _streams
System.Net.Http (1)
System\Net\Http\MultipartContent.cs (1)
413
_streams
= streams;
13 references to _streams
System.Net.Http (13)
System\Net\Http\MultipartContent.cs (13)
424
foreach (Stream s in
_streams
)
433
foreach (Stream s in
_streams
)
465
if (_next >=
_streams
.Length)
470
_current =
_streams
[_next++];
501
if (_next >=
_streams
.Length)
506
_current =
_streams
[_next++];
546
if (_next >=
_streams
.Length)
551
_current =
_streams
[_next++];
563
for (int i = 0; i <
_streams
.Length; i++)
565
Stream curStream =
_streams
[i];
575
for (; i <
_streams
.Length; i++)
577
_streams
[i].Position = 0;
588
_next =
_streams
.Length;