1 write to _commands
System.Net.Requests (1)
System\Net\CommandStream.cs (1)
150_commands = commands;
8 references to _commands
System.Net.Requests (8)
System\Net\CommandStream.cs (8)
190while (_index < _commands!.Length) 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)) 265PipelineEntry[] commands = _commands!; 291if (_index >= _commands!.Length) 303entry = _commands[_index];