7 references to UnquoteValue
Microsoft.ML.Core (7)
CommandLine\CmdParser.cs (6)
318
string inner = CmdLexer.
UnquoteValue
(s);
609
str = CmdLexer.
UnquoteValue
(str);
662
hadError |= !ParseArguments(CmdLexer.
UnquoteValue
(strs[i + 1]), activator, this);
685
value = CmdLexer.
UnquoteValue
(value);
1168
args = CmdLexer.
UnquoteValue
(str.Substring(ich));
1778
data = CmdLexer.
UnquoteValue
(data);
Utilities\CmdIndenter.cs (1)
61
var str = CmdLexer.
UnquoteValue
(tokens[i++]);