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));
56
NormStr nstr =
_pool
.Add(str);
57
if (_mpnstrtidPunc.TryGetValue(
_pool
.Add(str), out tidCur))
69
NormStr nstrTmp =
_pool
.Add(str.Substring(0, cch));
71
if (_mpnstrtidPunc.TryGetValue(
_pool
.Add(nstrTmp.Value), out tidTmp))