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