1 instantiation of KeyWordTable
Microsoft.ML.Transforms (1)
Expression\LambdaParser.cs (1)
100_kwt = new KeyWordTable(_pool);
5 references to KeyWordTable
Microsoft.ML.Transforms (5)
Expression\LambdaParser.cs (1)
83private readonly KeyWordTable _kwt;
Expression\Lexer.cs (4)
21private readonly KeyWordTable _kwt; 26public Lexer(NormStr.Pool pool, KeyWordTable kwt) 669KeyWordTable.KeyWordKind kind; 770KeyWordTable.KeyWordKind kind;