3 references to LineTerm
Microsoft.ML.Transforms (3)
Expression\LexCharUtils.cs (1)
135
info = new LexCharInfo(LexStartKind.
LineTerm
, LexCharKind.LineTerm);
Expression\Lexer.cs (2)
197
case LexStartKind.
LineTerm
:
798
Contracts.Assert(LexCharUtils.StartKind(ChCur) == LexStartKind.
LineTerm
);