8 instantiations of CmdLexer
Microsoft.ML.Core (8)
CommandLine\CmdLexer.cs (5)
294CmdLexer lex = new CmdLexer(curs); 343var lex = new CmdLexer(curs); 383var lex = new CmdLexer(curs); 441var lex = new CmdLexer(curs); 470var lex = new CmdLexer(curs);
CommandLine\CmdParser.cs (3)
1012CmdLexer lex = new CmdLexer(curs, false); 1034CmdLexer lex = new CmdLexer(curs); 1084CmdLexer lex = new CmdLexer(curs);
15 references to CmdLexer
Microsoft.ML.Core (15)
CommandLine\CmdLexer.cs (5)
294CmdLexer lex = new CmdLexer(curs); 343var lex = new CmdLexer(curs); 383var lex = new CmdLexer(curs); 441var lex = new CmdLexer(curs); 470var lex = new CmdLexer(curs);
CommandLine\CmdParser.cs (9)
319string inner = CmdLexer.UnquoteValue(s); 610str = CmdLexer.UnquoteValue(str); 663hadError |= !ParseArguments(CmdLexer.UnquoteValue(strs[i + 1]), activator, this); 686value = CmdLexer.UnquoteValue(value); 1012CmdLexer lex = new CmdLexer(curs, false); 1034CmdLexer lex = new CmdLexer(curs); 1084CmdLexer lex = new CmdLexer(curs); 1169args = CmdLexer.UnquoteValue(str.Substring(ich)); 1779data = CmdLexer.UnquoteValue(data);
Utilities\CmdIndenter.cs (1)
61var str = CmdLexer.UnquoteValue(tokens[i++]);