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