2 instantiations of AlignedSegmentEnumerable
Microsoft.Build.Framework (2)
SegmentedArray.cs (2)
409
=>
new
(first, second, length);
413
=>
new
(first, firstOffset, second, secondOffset, length);
2 references to AlignedSegmentEnumerable
Microsoft.Build.Framework (2)
SegmentedArray.cs (2)
408
private static
AlignedSegmentEnumerable
<T> GetSegments<T>(SegmentedArray<T> first, SegmentedArray<T> second, int length)
412
private static
AlignedSegmentEnumerable
<T> GetSegmentsAligned<T>(SegmentedArray<T> first, int firstOffset, SegmentedArray<T> second, int secondOffset, int length)