1 write to _map
System.Linq (1)
System\Linq\OrderedEnumerable.SpeedOpt.cs (1)
498_map = _source.SortedMap(buffer, _minIndexInclusive, _maxIdx);
2 references to _map
System.Linq (2)
System\Linq\OrderedEnumerable.SpeedOpt.cs (2)
468Debug.Assert(_map is not null); 470int[] map = _map;