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)
45return (~(_crc32Value)); 68_crc32Value = UpdateCRC32(data, _crc32Value);