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