2 writes to _crc32Value
ReachFramework (2)
Serialization\Crc32.cs (2)
33_crc32Value = Crc32StartValue; 71_crc32Value = UpdateCRC32(data, _crc32Value);
2 references to _crc32Value
ReachFramework (2)
Serialization\Crc32.cs (2)
48return (~(_crc32Value)); 71_crc32Value = UpdateCRC32(data, _crc32Value);