8 references to CharCursor
Microsoft.ML.Core (8)
CommandLine\CmdLexer.cs (5)
293CharCursor curs = new CharCursor(str); 342var curs = new CharCursor(sb.ToString(ich, cch)); 380var curs = new CharCursor(v); 440var curs = new CharCursor(str); 469var curs = new CharCursor("{" + str + "}");
CommandLine\CmdParser.cs (3)
1008CharCursor curs = new CharCursor(args); 1032CharCursor curs = new CharCursor(text); 1082CharCursor curs = new CharCursor(text);