8 instantiations of CmdLexer
Microsoft.ML.Core (8)
CommandLine\CmdLexer.cs (5)
294
CmdLexer lex = new
CmdLexer
(curs);
343
var lex = new
CmdLexer
(curs);
383
var lex = new
CmdLexer
(curs);
441
var lex = new
CmdLexer
(curs);
470
var lex = new
CmdLexer
(curs);
CommandLine\CmdParser.cs (3)
1011
CmdLexer lex = new
CmdLexer
(curs, false);
1033
CmdLexer lex = new
CmdLexer
(curs);
1083
CmdLexer lex = new
CmdLexer
(curs);
15 references to CmdLexer
Microsoft.ML.Core (15)
CommandLine\CmdLexer.cs (5)
294
CmdLexer
lex = new CmdLexer(curs);
343
var
lex = new CmdLexer(curs);
383
var
lex = new CmdLexer(curs);
441
var
lex = new CmdLexer(curs);
470
var
lex = new CmdLexer(curs);
CommandLine\CmdParser.cs (9)
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);
1011
CmdLexer
lex = new CmdLexer(curs, false);
1033
CmdLexer
lex = new CmdLexer(curs);
1083
CmdLexer
lex = new CmdLexer(curs);
1168
args =
CmdLexer
.UnquoteValue(str.Substring(ich));
1778
data =
CmdLexer
.UnquoteValue(data);
Utilities\CmdIndenter.cs (1)
61
var str =
CmdLexer
.UnquoteValue(tokens[i++]);