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)
805if ((flags & SettingsFlags.NoUnparse) != 0 || !CmdQuoter.NeedsQuoting(sb, ich)) 824CmdQuoter.QuoteValue(str, sb, force: true); 1935CmdQuoter.QuoteValue(settings, sb, true); 2008CmdQuoter.QuoteValue(value.ToString(), sb); 2094CmdQuoter.QuoteValue(value.ToString(), buffer); 2115CmdQuoter.QuoteValue(settings, sb, true); 2362CmdQuoter.QuoteValue(str, sb, true);