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