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