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