7 references to Size
System.IO.Hashing (7)
System\IO\Hashing\Crc64.cs (7)
37
: base(
Size
)
42
private Crc64(ulong crc) : base(
Size
)
116
byte[] ret = new byte[
Size
];
136
if (destination.Length <
Size
)
144
bytesWritten =
Size
;
158
if (destination.Length <
Size
)
165
return
Size
;