7 references to Size
System.IO.Hashing (7)
System\IO\Hashing\Crc64.cs (7)
37
: base(
Size
)
42
private Crc64(ulong crc) : base(
Size
)
119
byte[] ret = new byte[
Size
];
139
if (destination.Length <
Size
)
147
bytesWritten =
Size
;
161
if (destination.Length <
Size
)
168
return
Size
;