2 instantiations of AlignedSegmentEnumerable
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\SegmentedArray.cs (2)
415=> new(first, second, length); 419=> new(first, firstOffset, second, secondOffset, length);
2 references to AlignedSegmentEnumerable
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\SegmentedArray.cs (2)
414private static AlignedSegmentEnumerable<T> GetSegments<T>(SegmentedArray<T> first, SegmentedArray<T> second, int length) 418private static AlignedSegmentEnumerable<T> GetSegmentsAligned<T>(SegmentedArray<T> first, int firstOffset, SegmentedArray<T> second, int secondOffset, int length)