4 references to HashSize
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
Utilities\Checksum.cs (4)
15[StructLayout(LayoutKind.Explicit, Size = HashSize)] 46ArgHelper.ThrowIfLessThan(bytes.Length, HashSize); 59Span<byte> bytes = stackalloc byte[HashSize]; 74ArgHelper.ThrowIfDestinationTooShort(destination, HashSize);