8 instantiations of 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);
10 references to CharCursor
Microsoft.ML.Core (10)
CommandLine\CmdLexer.cs (7)
13
private readonly
CharCursor
_curs;
22
public CmdLexer(
CharCursor
curs, bool escapes = true)
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);