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