4 writes to m_Index
System (4)
net\System\Net\_CommandStream.cs (3)
147m_Index = -1; 178m_Index = 0; 351m_Index++;
net\System\Net\_FtpControlStream.cs (1)
309m_Index++;
12 references to m_Index
System (12)
net\System\Net\_CommandStream.cs (11)
128if (m_Index <= 1) { 215while (m_Index < m_Commands.Length) 219if (m_Index < 0) 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)) 291int index = m_Index; 314if (m_Index >= m_Commands.Length) 323if(m_Index == -1) 326entry = m_Commands[m_Index];
net\System\Net\_FtpControlStream.cs (1)
271if (m_Index == -1) {