2 references to GetSegmentsUnaligned
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\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);