8 references to Eof
Microsoft.ML.Transforms (8)
Expression\Lexer.cs (8)
144if (Eof) 162Contracts.Assert(Eof); 168Contracts.Assert(!Eof); 480else if (Eof) 499if (ch == chQuote || Eof || LexCharUtils.IsLineTerm(ch)) 735if (LexCharUtils.IsLineTerm(ChNext()) || Eof) 748if (Eof) 839} while (LexCharUtils.StartKind(ChNext()) == LexStartKind.None && !Eof);