2 references to MaxStackAllocSizeBytes
Microsoft.Net.Http.Headers (2)
ContentDispositionHeaderValue.cs (2)
550
Span<byte> buffer = requiredLength <=
MaxStackAllocSizeBytes
551
? stackalloc byte[
MaxStackAllocSizeBytes
]