6 references to StartKind
Microsoft.ML.Transforms (6)
Expression\Lexer.cs (6)
171
LexStartKind kind = LexCharUtils.
StartKind
(ChCur);
186
if (LexCharUtils.
StartKind
(ChPeek(1)) == LexStartKind.Ident)
250
Contracts.Assert(LexCharUtils.
StartKind
(ChCur) == LexStartKind.NumLit);
784
Contracts.Assert(LexCharUtils.
StartKind
(ChCur) == LexStartKind.Space);
798
Contracts.Assert(LexCharUtils.
StartKind
(ChCur) == LexStartKind.LineTerm);
839
} while (LexCharUtils.
StartKind
(ChNext()) == LexStartKind.None && !Eof);