7 references to Size
System.IO.Hashing (7)
System\IO\Hashing\Crc32.cs (7)
38
: base(
Size
)
43
private Crc32(uint crc) : base(
Size
)
121
byte[] ret = new byte[
Size
];
141
if (destination.Length <
Size
)
149
bytesWritten =
Size
;
163
if (destination.Length <
Size
)
170
return
Size
;