4 writes to _index
System.Net.Requests (4)
System\Net\CommandStream.cs (3)
118
_index
= -1;
151
_index
= 0;
328
_index
++;
System\Net\FtpControlStream.cs (1)
305
_index
++;
12 references to _index
System.Net.Requests (12)
System\Net\CommandStream.cs (11)
104
if (
_index
<= 1)
190
while (
_index
< _commands!.Length)
194
if (
_index
< 0)
197
byte[] sendBuffer = Encoding.GetBytes(_commands[
_index
].Command);
201
string sendCommand = _commands[
_index
].Command.Substring(0, _commands[
_index
].Command.Length - 2);
202
if (_commands[
_index
].HasFlag(PipelineEntryFlags.DontLogParameter))
264
int index =
_index
;
291
if (
_index
>= _commands!.Length)
300
if (
_index
== -1)
303
entry = _commands[
_index
];
System\Net\FtpControlStream.cs (1)
264
if (
_index
== -1)