4 references to NumLit
Microsoft.ML.Transforms (4)
Expression\LexCharUtils.cs (2)
123info = new LexCharInfo(LexStartKind.NumLit, LexCharKind.Digit | LexCharKind.HexDigit | LexCharKind.Ident); 127_rgchi['.'] = new LexCharInfo(LexStartKind.NumLit, LexCharKind.Punc);
Expression\Lexer.cs (2)
179case LexStartKind.NumLit: 250Contracts.Assert(LexCharUtils.StartKind(ChCur) == LexStartKind.NumLit);