5 writes to _next
System.Net.Http (5)
System\Net\Http\MultipartContent.cs (5)
480
_current = _streams[
_next
++];
516
_current = _streams[
_next
++];
561
_current = _streams[
_next
++];
582
_next
= i;
598
_next
= _streams.Length;
3 references to _next
System.Net.Http (3)
System\Net\Http\MultipartContent.cs (3)
475
if (
_next
>= _streams.Length)
511
if (
_next
>= _streams.Length)
556
if (
_next
>= _streams.Length)