1 instantiation of CmdQuoter
Microsoft.ML.Core (1)
CommandLine\CmdLexer.cs (1)
422var quoter = new CmdQuoter(str, sb);
8 references to CmdQuoter
Microsoft.ML.Core (8)
CommandLine\CmdLexer.cs (1)
422var quoter = new CmdQuoter(str, sb);
CommandLine\CmdParser.cs (7)
806if ((flags & SettingsFlags.NoUnparse) != 0 || !CmdQuoter.NeedsQuoting(sb, ich)) 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);