2 references to NeedsQuoting
Microsoft.ML.Core (2)
CommandLine\CmdLexer.cs (1)
324
return
NeedsQuoting
(new StringBuilder(str), 0);
CommandLine\CmdParser.cs (1)
805
if ((flags & SettingsFlags.NoUnparse) != 0 || !CmdQuoter.
NeedsQuoting
(sb, ich))