4 writes to _index
System.Net.Requests (4)
System\Net\CommandStream.cs (3)
120
_index
= -1;
153
_index
= 0;
330
_index
++;
System\Net\FtpControlStream.cs (1)
307
_index
++;
12 references to _index
System.Net.Requests (12)
System\Net\CommandStream.cs (11)
106
if (
_index
<= 1)
192
while (
_index
< _commands!.Length)
196
if (
_index
< 0)
199
byte[] sendBuffer = Encoding.GetBytes(_commands[
_index
].Command);
203
string sendCommand = _commands[
_index
].Command.Substring(0, _commands[
_index
].Command.Length - 2);
204
if (_commands[
_index
].HasFlag(PipelineEntryFlags.DontLogParameter))
266
int index =
_index
;
293
if (
_index
>= _commands!.Length)
302
if (
_index
== -1)
305
entry = _commands[
_index
];
System\Net\FtpControlStream.cs (1)
266
if (
_index
== -1)