5 writes to _next
System.Net.Http (5)
System\Net\Http\MultipartContent.cs (5)
470
_current = _streams[
_next
++];
506
_current = _streams[
_next
++];
551
_current = _streams[
_next
++];
572
_next
= i;
588
_next
= _streams.Length;
3 references to _next
System.Net.Http (3)
System\Net\Http\MultipartContent.cs (3)
465
if (
_next
>= _streams.Length)
501
if (
_next
>= _streams.Length)
546
if (
_next
>= _streams.Length)