CommandLine\CmdParser.cs (6)
825CmdQuoter.QuoteValue(str, sb, force: true);
1936CmdQuoter.QuoteValue(settings, sb, true);
2009CmdQuoter.QuoteValue(value.ToString(), sb);
2099CmdQuoter.QuoteValue(value.ToString(), buffer);
2120CmdQuoter.QuoteValue(settings, sb, true);
2367CmdQuoter.QuoteValue(str, sb, true);