2 writes to _crc32Value
ReachFramework (2)
Serialization\Crc32.cs (2)
30
_crc32Value
= Crc32StartValue;
68
_crc32Value
= UpdateCRC32(data, _crc32Value);
2 references to _crc32Value
ReachFramework (2)
Serialization\Crc32.cs (2)
45
return (~(
_crc32Value
));
68
_crc32Value = UpdateCRC32(data,
_crc32Value
);