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)
29
private readonly Dictionary<NormStr,
KeyWordKind
> _mpnstrtidWord;
37
_mpnstrtidWord = new Dictionary<NormStr,
KeyWordKind
>();
87
public bool IsKeyWord(NormStr nstr, out
KeyWordKind
kind)
104
public IEnumerable<KeyValuePair<NormStr,
KeyWordKind
>> KeyWords
Expression\Lexer.cs (2)
669
KeyWordTable.
KeyWordKind
kind;
770
KeyWordTable.
KeyWordKind
kind;