8 references to IntrosortSizeThreshold
Microsoft.Build (8)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\ArraySortHelper.cs (8)
154
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
192
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);
433
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
474
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);
745
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
783
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);
984
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
1022
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);