1 instantiation of CmdQuoter
Microsoft.ML.Core (1)
CommandLine\CmdLexer.cs (1)
422
var quoter = new
CmdQuoter
(str, sb);
8 references to CmdQuoter
Microsoft.ML.Core (8)
CommandLine\CmdLexer.cs (1)
422
var
quoter = new CmdQuoter(str, sb);
CommandLine\CmdParser.cs (7)
805
if ((flags & SettingsFlags.NoUnparse) != 0 || !
CmdQuoter
.NeedsQuoting(sb, ich))
824
CmdQuoter
.QuoteValue(str, sb, force: true);
1935
CmdQuoter
.QuoteValue(settings, sb, true);
2008
CmdQuoter
.QuoteValue(value.ToString(), sb);
2094
CmdQuoter
.QuoteValue(value.ToString(), buffer);
2115
CmdQuoter
.QuoteValue(settings, sb, true);
2362
CmdQuoter
.QuoteValue(str, sb, true);