3 references to PreProc
Microsoft.ML.Transforms (3)
Expression\LexCharUtils.cs (1)
145_rgchi['#'] = new LexCharInfo(LexStartKind.PreProc, LexCharKind.None);
Expression\Lexer.cs (2)
172if (kind != LexStartKind.Space && kind != LexStartKind.PreProc) 200case LexStartKind.PreProc: