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