1 write to _mpnstrtidPunc
Microsoft.ML.Transforms (1)
Expression\KeyWordTable.cs (1)
38_mpnstrtidPunc = new Dictionary<NormStr, TokKind>();
6 references to _mpnstrtidPunc
Microsoft.ML.Transforms (6)
Expression\KeyWordTable.cs (6)
57if (_mpnstrtidPunc.TryGetValue(_pool.Add(str), out tidCur)) 71if (_mpnstrtidPunc.TryGetValue(_pool.Add(nstrTmp.Value), out tidTmp)) 73_mpnstrtidPunc.Add(nstrTmp, TokKind.None); 76_mpnstrtidPunc[nstr] = tid; 96return _mpnstrtidPunc.TryGetValue(nstr, out tid); 101get { return _mpnstrtidPunc; }