5 references to Ident
Microsoft.ML.Transforms (5)
Expression\LexCharUtils.cs (3)
108
var info = new LexCharInfo(LexStartKind.
Ident
, LexCharKind.Ident | LexCharKind.HexDigit);
115
info = new LexCharInfo(LexStartKind.
Ident
, LexCharKind.Ident);
169
return LexStartKind.
Ident
;
Expression\Lexer.cs (2)
186
if (LexCharUtils.StartKind(ChPeek(1)) == LexStartKind.
Ident
)
191
case LexStartKind.
Ident
: