2 references to GetSegmentsUnaligned
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\SegmentedArray.cs (2)
101foreach (var (first, second) in GetSegmentsUnaligned(sourceArray, sourceIndex, destinationArray, destinationIndex, length)) 118var unalignedEnumerator = GetSegmentsUnaligned(array, sourceIndex, array, destinationIndex, length);