7 references to Size
System.IO.Hashing (7)
System\IO\Hashing\Crc32.cs (7)
38
: base(
Size
)
43
private Crc32(uint crc) : base(
Size
)
118
byte[] ret = new byte[
Size
];
138
if (destination.Length <
Size
)
146
bytesWritten =
Size
;
160
if (destination.Length <
Size
)
167
return
Size
;