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