2 writes to _crc32Value
ReachFramework (2)
Serialization\Crc32.cs (2)
29
_crc32Value
= Crc32StartValue;
67
_crc32Value
= UpdateCRC32(data, _crc32Value);
2 references to _crc32Value
ReachFramework (2)
Serialization\Crc32.cs (2)
44
return (~(
_crc32Value
));
67
_crc32Value = UpdateCRC32(data,
_crc32Value
);