1 instantiation of Reverse
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedArray.cs (1)
549=> new(SegmentedCollectionsMarshal.AsSegments(_enumerable._first), _enumerable._firstOffset, SegmentedCollectionsMarshal.AsSegments(_enumerable._second), _enumerable._secondOffset, _enumerable._length);
1 reference to Reverse
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedArray.cs (1)
548public UnalignedSegmentEnumerator<T>.Reverse GetEnumerator()