1 instantiation of UnalignedSegmentEnumerable
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (1)
425=> new(first, firstOffset, second, secondOffset, length);
5 references to UnalignedSegmentEnumerable
Microsoft.Build (5)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (5)
120var unalignedEnumerator = GetSegmentsUnaligned(array, sourceIndex, array, destinationIndex, length); 424private static UnalignedSegmentEnumerable<T> GetSegmentsUnaligned<T>(SegmentedArray<T> first, int firstOffset, SegmentedArray<T> second, int secondOffset, int length) 543private readonly UnalignedSegmentEnumerable<T> _enumerable; 545public ReverseEnumerable(UnalignedSegmentEnumerable<T> enumerable) 553public UnalignedSegmentEnumerable<T> Reverse()