2 references to StackAllocThreshold
System.Collections (2)
System\Collections\Generic\SortedSet.cs (2)
1391
Span<int> span = stackalloc int[
StackAllocThreshold
];
1392
BitHelper bitHelper = intArrayLength <=
StackAllocThreshold
?