1 write to _Crc32Table
WindowsBase (1)
Base\MS\Internal\IO\Zip\Crc32.cs (1)
101_Crc32Table = new UInt32[256];
4 references to _Crc32Table
WindowsBase (4)
Base\MS\Internal\IO\Zip\Crc32.cs (4)
42if (_Crc32Table == null) 81_Crc32Table[((_residue ^ buffer[i]) & 0x000000FF)]; 103for(uint tablePosition=0; tablePosition < _Crc32Table.Length; tablePosition++) 112SetBit(bitPosition, ref (_Crc32Table[tablePosition]), bitValue);