1 instantiation of UnalignedSegmentEnumerable
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
425=> new(first, firstOffset, second, secondOffset, length);
5 references to UnalignedSegmentEnumerable
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Dependencies\Collections\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()