34 references to ChNext
Microsoft.ML.Transforms (34)
Expression\Lexer.cs (34)
188
ChNext
();
240
ChNext
();
262
ChNext
();
263
ChNext
();
276
if (
ChNext
() == '.')
295
_sb.Append(
ChNext
());
296
while (LexCharUtils.IsDigit(chTmp =
ChNext
()))
329
} while (LexCharUtils.IsHexDigit(
ChNext
()));
419
ChNext
();
450
ChNext
();
465
ChNext
();
467
ChNext
();
473
ChNext
();
476
ChNext
();
486
ChNext
();
495
ChNext
();
517
ChNext
();
524
ChNext
();
546
switch (
ChNext
())
602
ChNext
();
613
ChNext
();
626
ChNext
();
657
ChNext
();
703
ChNext
();
730
ChNext
();
735
if (LexCharUtils.IsLineTerm(
ChNext
()) || Eof)
741
ChNext
();
744
ChNext
();
760
ChNext
();
765
ChNext
();
785
while (LexCharUtils.IsSpace(
ChNext
()))
804
ChNext
();
807
ChNext
();
839
} while (LexCharUtils.StartKind(
ChNext
()) == LexStartKind.None && !Eof);