8 references to StackAllocThreshold
Microsoft.CodeAnalysis.Collections.Package (8)
SegmentedHashSet`1.cs (8)
1177
Span<int> span = stackalloc int[
StackAllocThreshold
];
1178
var bitHelper = intArrayLength <=
StackAllocThreshold
1245
Span<int> itemsToRemoveSpan = stackalloc int[
StackAllocThreshold
/ 2];
1246
var itemsToRemove = intArrayLength <=
StackAllocThreshold
/ 2
1250
Span<int> itemsAddedFromOtherSpan = stackalloc int[
StackAllocThreshold
/ 2];
1251
var itemsAddedFromOther = intArrayLength <=
StackAllocThreshold
/ 2
1332
Span<int> span = stackalloc int[
StackAllocThreshold
];
1333
var bitHelper = intArrayLength <=
StackAllocThreshold