4 references to HashLengthInBytes
Microsoft.CodeAnalysis (4)
Hashing\XxHash128.cs (4)
43
public XxHash128(long seed) : base(
HashLengthInBytes
)
79
byte[] result = new byte[
HashLengthInBytes
];
89
/// <exception cref="ArgumentException"><paramref name="destination"/> is shorter than <see cref="
HashLengthInBytes
"/> (16 bytes).</exception>
112
bytesWritten =
HashLengthInBytes
;