8 references to IntrosortSizeThreshold
Microsoft.Build.Framework (8)
ArraySortHelper.cs (8)
147
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
185
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);
425
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
466
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);
741
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
779
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);
982
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
1020
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);