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