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