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)
104if (_index <= 1) 190while (_index < _commands!.Length) 194if (_index < 0) 197byte[] sendBuffer = Encoding.GetBytes(_commands[_index].Command); 201string sendCommand = _commands[_index].Command.Substring(0, _commands[_index].Command.Length - 2); 202if (_commands[_index].HasFlag(PipelineEntryFlags.DontLogParameter)) 264int index = _index; 291if (_index >= _commands!.Length) 300if (_index == -1) 303entry = _commands[_index];
System\Net\FtpControlStream.cs (1)
264if (_index == -1)