6 references to HashSize
System.IO.Hashing (6)
System\IO\Hashing\XxHash64.cs (6)
48
: base(
HashSize
)
182
byte[] ret = new byte[
HashSize
];
203
if (destination.Length <
HashSize
)
211
bytesWritten =
HashSize
;
226
if (destination.Length <
HashSize
)
233
return
HashSize
;