1 instantiation of EofToken
Microsoft.ML.Transforms (1)
Expression\Lexer.cs (1)
163
return new
EofToken
(GetTextSpan(_cursor.IchCur, _cursor.IchCur));
1 reference to EofToken
Microsoft.ML.Transforms (1)
Expression\Lexer.cs (1)
160
public
EofToken
GetEof()