8 references to IntrosortSizeThreshold
Microsoft.CodeAnalysis.CodeStyle (8)
src\Dependencies\Collections\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
);