3 references to StackAllocThreshold
System.Core (3)
System\Collections\Generic\HashSet.cs (3)
1185
if (intArrayLength <=
StackAllocThreshold
) {
1270
if (intArrayLength <=
StackAllocThreshold
/ 2) {
1408
if (intArrayLength <=
StackAllocThreshold
) {