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)
154if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 192Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 433if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 474Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 745if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 783Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 984if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 1022Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold);