1 write to m_Commands
System (1)
net\System\Net\_CommandStream.cs (1)
177
m_Commands
= commands;
8 references to m_Commands
System (8)
net\System\Net\_CommandStream.cs (8)
215
while (m_Index <
m_Commands
.Length)
222
byte[] sendBuffer = Encoding.GetBytes(
m_Commands
[m_Index].Command);
225
string sendCommand =
m_Commands
[m_Index].Command.Substring(0,
m_Commands
[m_Index].Command.Length-2);
226
if (
m_Commands
[m_Index].HasFlag(PipelineEntryFlags.DontLogParameter))
292
PipelineEntry[] commands =
m_Commands
;
314
if (m_Index >=
m_Commands
.Length)
326
entry =
m_Commands
[m_Index];