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)
57
if (
_mpnstrtidPunc
.TryGetValue(_pool.Add(str), out tidCur))
71
if (
_mpnstrtidPunc
.TryGetValue(_pool.Add(nstrTmp.Value), out tidTmp))
73
_mpnstrtidPunc
.Add(nstrTmp, TokKind.None);
76
_mpnstrtidPunc
[nstr] = tid;
96
return
_mpnstrtidPunc
.TryGetValue(nstr, out tid);
101
get { return
_mpnstrtidPunc
; }