4 references to HashLengthInBytes
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
Utilities\Hashing\XxHash128.cs (4)
41public XxHash128(long seed) : base(HashLengthInBytes) 77byte[] result = new byte[HashLengthInBytes]; 87/// <exception cref="ArgumentException"><paramref name="destination"/> is shorter than <see cref="HashLengthInBytes"/> (16 bytes).</exception> 110bytesWritten = HashLengthInBytes;