2 writes to _rgns
Microsoft.ML.Core (2)
Utilities\NormStr.cs (2)
221_rgns = new NormStr[10]; 228Array.Resize(ref _rgns, size);
11 references to _rgns
Microsoft.ML.Core (11)
Utilities\NormStr.cs (11)
76Contracts.Assert(0 <= _cns && _cns <= Utils.Size(_rgns)); 77Contracts.Assert(Utils.Size(_rgns) == Utils.Size(_rgmeta)); 217if (_rgns == null) 223else if (_cns >= _rgns.Length) 225Contracts.Assert(_cns == _rgns.Length); 226int size = checked(_rgns.Length / 2 + _rgns.Length); 230Contracts.Assert(_cns < _rgns.Length); 234_rgns[_cns] = ns; 254Contracts.Assert(_rgns[ins].Id == ins); 255return _rgns[ins];