4 references to SetCommands
installer.tasks (4)
GenerateRunScript.cs (4)
68for (int i = 0; i < SetCommands.Length; i++) 70string[] setCommandsSplit = SetCommands[i].Split(newlineSeparator, StringSplitOptions.None); 74if ((j < setCommandsSplit.Length - 1) || (i < SetCommands.Length - 1)) 99foreach (string setCommand in SetCommands)