1 instantiation of UnalignedSegmentEnumerable
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\SegmentedArray.cs (1)
423=> new(first, firstOffset, second, secondOffset, length);
5 references to UnalignedSegmentEnumerable
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Dependencies\Collections\SegmentedArray.cs (5)
118var unalignedEnumerator = GetSegmentsUnaligned(array, sourceIndex, array, destinationIndex, length); 422private static UnalignedSegmentEnumerable<T> GetSegmentsUnaligned<T>(SegmentedArray<T> first, int firstOffset, SegmentedArray<T> second, int secondOffset, int length) 541private readonly UnalignedSegmentEnumerable<T> _enumerable; 543public ReverseEnumerable(UnalignedSegmentEnumerable<T> enumerable) 551public UnalignedSegmentEnumerable<T> Reverse()