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