2 references to StackAllocThreshold
Microsoft.AspNetCore.WebUtilities (2)
FormPipeReader.cs (2)
352
if (ros.Length <
StackAllocThreshold
)
354
Span<byte> buffer = stackalloc byte[
StackAllocThreshold
].Slice(0, (int)ros.Length);