Lines Matching refs:nonSwitchStrings
162 System.Collections.ArrayList nonSwitchStrings = parser.NonSwitchStrings;
165 if (paramIndex >= nonSwitchStrings.Count)
167 string command = (string)nonSwitchStrings[paramIndex++];
189 if (paramIndex < nonSwitchStrings.Count)
190 if (!GetNumber((string)nonSwitchStrings[paramIndex++], out numIterations))
217 if (paramIndex >= nonSwitchStrings.Count)
219 string inputName = (string)nonSwitchStrings[paramIndex++];
230 if (paramIndex >= nonSwitchStrings.Count)
232 string outputName = (string)nonSwitchStrings[paramIndex++];