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