2 writes to _rgins
Microsoft.ML.Core (2)
Utilities\NormStr.cs (2)
61
_rgins
= new int[_mask + 1];
263
_rgins
= new int[size];
13 references to _rgins
Microsoft.ML.Core (13)
Utilities\NormStr.cs (13)
62
for (int i = 0; i <
_rgins
.Length; i++)
63
_rgins
[i] = -1;
72
Contracts.AssertValue(
_rgins
);
73
Contracts.Assert(
_rgins
.Length == _mask + 1);
82
return
_rgins
[(int)hash & _mask];
235
_rgmeta[_cns] = Utils.MakeUlong((uint)
_rgins
[iins], (uint)ns.Value.Length);
236
_rgins
[iins] = _cns;
238
if (++_cns >=
_rgins
.Length)
262
int size = checked(2 *
_rgins
.Length);
265
for (int i = 0; i <
_rgins
.Length; i++)
266
_rgins
[i] = -1;
272
_rgmeta[ins] = Utils.MakeUlong((uint)
_rgins
[iins], (uint)ns.Value.Length);
273
_rgins
[iins] = ins;