1 write to _commands
System.Net.Requests (1)
System\Net\CommandStream.cs (1)
152
_commands
= commands;
8 references to _commands
System.Net.Requests (8)
System\Net\CommandStream.cs (8)
192
while (_index <
_commands
!.Length)
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))
267
PipelineEntry[] commands =
_commands
!;
293
if (_index >=
_commands
!.Length)
305
entry =
_commands
[_index];