1 write to _lex
Microsoft.ML.Transforms (1)
Expression\Lexer.cs (1)
60_lex = lex;
6 references to _lex
Microsoft.ML.Transforms (6)
Expression\Lexer.cs (6)
221NormStr nstr = _lex._pool.Add(_sb); 222if (!_lex._kwt.IsPunctuator(nstr, out tidCur)) 670if (_lex._kwt.IsKeyWord(nstr, out kind)) 713return _lex._pool.Add(_sb); 771NormStr nstr = _lex._pool.Add(_sb); 772if (_lex._kwt.IsKeyWord(nstr, out kind))