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