4 references to IsLineTerm
Microsoft.ML.Transforms (4)
Expression\Lexer.cs (4)
478else if (LexCharUtils.IsLineTerm(ch)) 499if (ch == chQuote || Eof || LexCharUtils.IsLineTerm(ch)) 735if (LexCharUtils.IsLineTerm(ChNext()) || Eof) 754if (LexCharUtils.IsLineTerm(ch))