2 references to GetSegmentsUnaligned
Microsoft.Build (2)
SegmentedArray.cs (2)
103foreach (var (first, second) in GetSegmentsUnaligned(sourceArray, sourceIndex, destinationArray, destinationIndex, length)) 120var unalignedEnumerator = GetSegmentsUnaligned(array, sourceIndex, array, destinationIndex, length);