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)
1011CmdLexer lex = new CmdLexer(curs, false); 1033CmdLexer lex = new CmdLexer(curs); 1083CmdLexer 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)
318string inner = CmdLexer.UnquoteValue(s); 609str = CmdLexer.UnquoteValue(str); 662hadError |= !ParseArguments(CmdLexer.UnquoteValue(strs[i + 1]), activator, this); 685value = CmdLexer.UnquoteValue(value); 1011CmdLexer lex = new CmdLexer(curs, false); 1033CmdLexer lex = new CmdLexer(curs); 1083CmdLexer lex = new CmdLexer(curs); 1168args = CmdLexer.UnquoteValue(str.Substring(ich)); 1778data = CmdLexer.UnquoteValue(data);
Utilities\CmdIndenter.cs (1)
61var str = CmdLexer.UnquoteValue(tokens[i++]);