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