1 write to _pool
Microsoft.ML.Transforms (1)
Expression\KeyWordTable.cs (1)
36_pool = pool;
5 references to _pool
Microsoft.ML.Transforms (5)
Expression\KeyWordTable.cs (5)
44_mpnstrtidWord.Add(_pool.Add(str), new KeyWordKind(tid, false)); 56NormStr nstr = _pool.Add(str); 57if (_mpnstrtidPunc.TryGetValue(_pool.Add(str), out tidCur)) 69NormStr nstrTmp = _pool.Add(str.Substring(0, cch)); 71if (_mpnstrtidPunc.TryGetValue(_pool.Add(nstrTmp.Value), out tidTmp))