7 references to CharCursor
Microsoft.ML.Core (7)
CommandLine\CmdLexer.cs (4)
293
CharCursor curs = new
CharCursor
(str);
342
var curs = new
CharCursor
(sb.ToString(ich, cch));
440
var curs = new
CharCursor
(str);
469
var curs = new
CharCursor
("{" + str + "}");
CommandLine\CmdParser.cs (3)
1009
CharCursor curs = new
CharCursor
(args);
1033
CharCursor curs = new
CharCursor
(text);
1083
CharCursor curs = new
CharCursor
(text);