1 instantiation of KeyWordKind
Microsoft.ML.Transforms (1)
Expression\KeyWordTable.cs (1)
44_mpnstrtidWord.Add(_pool.Add(str), new KeyWordKind(tid, false));
6 references to KeyWordKind
Microsoft.ML.Transforms (6)
Expression\KeyWordTable.cs (4)
29private readonly Dictionary<NormStr, KeyWordKind> _mpnstrtidWord; 37_mpnstrtidWord = new Dictionary<NormStr, KeyWordKind>(); 87public bool IsKeyWord(NormStr nstr, out KeyWordKind kind) 104public IEnumerable<KeyValuePair<NormStr, KeyWordKind>> KeyWords
Expression\Lexer.cs (2)
669KeyWordTable.KeyWordKind kind; 770KeyWordTable.KeyWordKind kind;