3 references to IsIdent
Microsoft.ML.Transforms (3)
Expression\Lexer.cs (3)
691
if (u > 0xFFFF || !LexCharUtils.
IsIdent
(ch = (char)u))
700
if (!LexCharUtils.
IsIdent
(ChCur))
705
Contracts.Assert(LexCharUtils.
IsIdent
(ch));