8 references to StackAllocThreshold
Microsoft.CodeAnalysis.Threading.Package (8)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (8)
1179
Span<int> span = stackalloc int[
StackAllocThreshold
];
1180
var bitHelper = intArrayLength <=
StackAllocThreshold
1247
Span<int> itemsToRemoveSpan = stackalloc int[
StackAllocThreshold
/ 2];
1248
var itemsToRemove = intArrayLength <=
StackAllocThreshold
/ 2
1252
Span<int> itemsAddedFromOtherSpan = stackalloc int[
StackAllocThreshold
/ 2];
1253
var itemsAddedFromOther = intArrayLength <=
StackAllocThreshold
/ 2
1334
Span<int> span = stackalloc int[
StackAllocThreshold
];
1335
var bitHelper = intArrayLength <=
StackAllocThreshold