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