8 references to StackAllocThreshold
Microsoft.Build (8)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\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