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