2 references to None
Microsoft.ML.Transforms (2)
Expression\LexCharUtils.cs (1)
172return LexStartKind.None;
Expression\Lexer.cs (1)
839} while (LexCharUtils.StartKind(ChNext()) == LexStartKind.None && !Eof);