8 references to IntrosortSizeThreshold
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
src\Dependencies\Collections\Internal\ArraySortHelper.cs (8)
152
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
190
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);
431
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
472
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);
743
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
781
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);
982
if (partitionSize <= SegmentedArrayHelper.
IntrosortSizeThreshold
)
1020
Debug.Assert(keys.Length >= SegmentedArrayHelper.
IntrosortSizeThreshold
);