3 references to StackallocByteThreshold
Microsoft.AspNetCore.Identity (3)
Passkeys\BufferSourceJsonConverter.cs (3)
47Span<byte> byteSpan = utf8Unescaped.Length <= StackallocByteThreshold ? 48stackalloc byte[StackallocByteThreshold] : 80var byteSpan = encodedLength <= StackallocByteThreshold ?