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