4 references to StackAllocSize
System.Security.Cryptography (4)
System\Security\Cryptography\Base64Transforms.cs (4)
155Span<byte> transformBuffer = stackalloc byte[StackAllocSize]; 156if (bytesToTransform > StackAllocSize) 201Span<byte> transformBuffer = stackalloc byte[StackAllocSize]; 203if (bytesToTransform > StackAllocSize)